Browse Source

Fixed responsive width. Not optimal but better than before.

pull/12/head
Simon Eisenmann 11 years ago committed by Simon Eisenmann
parent
commit
5f09051636
  1. 9
      src/styles/components/_usability.scss

9
src/styles/components/_usability.scss

@ -44,12 +44,15 @@ margin-left:-55%;
padding:20px 0; padding:20px 0;
color:#666; color:#666;
} }
@media only screen and (max-width: 800px) and (min-width: 400px) { @media only screen and (max-width: 1020px) and (min-width: 400px) {
#help { #help {
width:250px; width:250px;
}
#help {
font-size:1em; font-size:1em;
left:0px !important;
margin:0px;
}
#help > div {
margin-left:10px;
} }
} }

Loading…
Cancel
Save