summaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
author‮noisawe <3evasion@gmail.com>2017-11-07 23:24:48 +0100
committer‮noisawe <3evasion@gmail.com>2017-11-07 23:24:48 +0100
commit821560a84c390d02485cc174e12fcd5f526b4f7a (patch)
treeb7fca4e5b5bc4668087811aac4754c0ee9c971c8 /style.css
parentb5c3a0197fec071fd8a81aaaa3a4c822ce60d04d (diff)
downloadiro-821560a84c390d02485cc174e12fcd5f526b4f7a.tar.gz
Adjustments for small screen sizes
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;
}