Fix page scrolling when it shouldn't

master
William Toohey 9 years ago
parent 8b59a3559b
commit 4485da6dcf
  1. 4
      src/css/style.css

@ -41,6 +41,10 @@ html, body {
font-family: 'PetMe64Web';
}
body {
position: relative;
}
h1 {
font-size: 15pt;
}

Loading…
Cancel
Save