summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author‮noisawe <3evasion@gmail.com>2017-11-07 23:12:08 +0100
committer‮noisawe <3evasion@gmail.com>2017-11-07 23:12:08 +0100
commit7d443f977fc156c858c97af9515a3fecfcfd9278 (patch)
tree8c34ac08a0844f381ee2ad861713de192b929669
parente23e3fd32819761ff27588bbef0c3d7fd1107b74 (diff)
downloadiro-7d443f977fc156c858c97af9515a3fecfcfd9278.tar.gz
Center main div
-rw-r--r--style.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/style.css b/style.css
index 48d770c..32897bd 100644
--- a/style.css
+++ b/style.css
@@ -101,6 +101,7 @@ body {
font-family: 'Ubuntu Mono', sans-serif;
margin: 0;
overflow: hidden;
+ text-align: center;
}
h1 {
@@ -154,4 +155,6 @@ li:not(:first-child) + li:before {
div {
letter-spacing: -1em;
+ text-align: left;
+ display: inline-block;
}