diff options
author | noisawe <3evasion@gmail.com> | 2017-11-07 23:12:08 +0100 |
---|---|---|
committer | noisawe <3evasion@gmail.com> | 2017-11-07 23:12:08 +0100 |
commit | 7d443f977fc156c858c97af9515a3fecfcfd9278 (patch) | |
tree | 8c34ac08a0844f381ee2ad861713de192b929669 /style.css | |
parent | e23e3fd32819761ff27588bbef0c3d7fd1107b74 (diff) | |
download | iro-7d443f977fc156c858c97af9515a3fecfcfd9278.tar.gz |
Center main div
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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; } |