summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;
}