summaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/style.css b/style.css
index 1bcfdff..96697dc 100644
--- a/style.css
+++ b/style.css
@@ -100,7 +100,7 @@ li:first-child {
body {
font-family: 'Ubuntu Mono', sans-serif;
margin: 0;
- overflow: hidden;
+ overflow-x: hidden;
text-align: center;
}
@@ -161,4 +161,6 @@ div {
letter-spacing: -1em;
text-align: left;
display: inline-block;
+ padding-left: 2em;
+ padding-right: 2em;
}