aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2012-08-04 14:04:36 -0400
committerHakim El Hattab <hakim.elhattab@gmail.com>2012-08-04 14:04:36 -0400
commit2d7d5be2162eb1870f170c52c82bd6fa4c23bfa0 (patch)
treeaf123302167ee44f395454ee5244a2ceec8b226c
parent4821c7b814d95218e946f592fee2b657ef662f34 (diff)
downloadperl-software-in-gnu-guix-2d7d5be2162eb1870f170c52c82bd6fa4c23bfa0.tar
perl-software-in-gnu-guix-2d7d5be2162eb1870f170c52c82bd6fa4c23bfa0.tar.gz
fix overflow glitch on vertical slides in mobile safari
-rw-r--r--css/main.css2
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;