diff options
Diffstat (limited to 'css/main.css')
-rw-r--r-- | css/main.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/css/main.css b/css/main.css index 7c3a3b6..c967f6e 100644 --- a/css/main.css +++ b/css/main.css @@ -30,13 +30,13 @@ html, body { width: 100%; height: 100%; min-height: 600px; + overflow: hidden; } body { position: relative; padding: 0; margin: 0; - overflow: hidden; font-family: 'Lato', Times, 'Times New Roman', serif; font-size: 36px; |