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%; @@ -44,12 +44,15 @@ margin-left:-55%;
padding:20px 0;
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 {
width:250px;
}
#help {
font-size:1em;
left:0px !important;
margin:0px;
}
#help > div {
margin-left:10px;
}
}

Loading…
Cancel
Save