Only reduce font size on really small screens

And don't reduce that much
master
Daniel Berteaud 11 years ago
parent 8f582b0e57
commit 6cfec8335b
  1. 7
      public/css/vroom.css

@ -236,11 +236,6 @@ body {
}
@media screen and (max-width: 480px) {
body {
font-size: 0.8em;
}
}
@media screen and (max-width: 768px) {
body {
font-size: 0.9em;
font-size: 1.2em;
}
}

Loading…
Cancel
Save