Reduce font size on smaller screens

should fix #2
master
Daniel Berteaud 11 years ago
parent fcc303ebb2
commit 21b77c9bb9
  1. 10
      public/css/vroom.css

@ -101,3 +101,13 @@
#chatMenu { #chatMenu {
margin-bottom: 15px; margin-bottom: 15px;
} }
@media screen and (max-width: 480px) {
body {
font-size: 0.8em;
}
}
@media screen and (max-width: 768px) {
body {
font-size: 0.9em;
}
}

Loading…
Cancel
Save