Prevent scrollbars on mobile

master
Torjus 2018-08-09 09:18:54 +02:00
parent be6a5b6caa
commit 87e389a956
1 changed files with 3 additions and 0 deletions

View File

@ -11,6 +11,8 @@ html {
height: 100%;
font-family: 'Roboto';
font-weight: 300;
overflow-x: hidden;
overflow-y: hidden;
+mobile() {
font-size: 12px;
@ -20,6 +22,7 @@ html {
body {
height: 100%;
overflow-x: hidden;
overflow-y: hidden;
background-color: #333;
+desktop() {