Fix viewport width on small screens

master
Daniel Berteaud 10 years ago
parent 779542d516
commit dcbc616b01
  1. 4
      public/css/vroom.css

@ -279,6 +279,10 @@ a.popup>span {
html, html,
body { body {
height: 100%; height: 100%;
width: 100%;
overflow-x: hidden;
margin: 0px;
padding: 0px;
font-family: 'Happy Monkey', cursive; font-family: 'Happy Monkey', cursive;
} }
#wrap { #wrap {

Loading…
Cancel
Save