diff options
Diffstat (limited to 'css')
-rw-r--r-- | css/main.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/css/main.css b/css/main.css index 83d53ba..40806d3 100644 --- a/css/main.css +++ b/css/main.css @@ -25,8 +25,7 @@ html, body { position: relative; padding: 0; margin: 0; - overflow-x: hidden; - overflow-y: auto; + overflow: hidden; font-family: 'Lato', Times, 'Times New Roman', serif; font-size: 36px; |