diff options
author | j-james | 2021-02-18 05:28:16 +0000 |
---|---|---|
committer | j-james | 2021-02-18 05:28:16 +0000 |
commit | d26bd3e82443ebffd83d77d5e2666a0f3d9c410e (patch) | |
tree | 65d548ad8d03f665e6849a163b11c1d32d260429 /css | |
parent | 9993216c4e35708d52ba1fc261cbc8b634f9c354 (diff) |
Center text on 404 and construction pages
Diffstat (limited to 'css')
-rw-r--r-- | css/style.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/css/style.css b/css/style.css index 284a616..825cd04 100644 --- a/css/style.css +++ b/css/style.css @@ -6,6 +6,7 @@ body { max-width: 40em; margin: 0 auto; padding: 0 1em; + text-align: center; } a { @@ -50,6 +51,10 @@ header h1 a:hover { text-decoration: none; } +main { + text-align: left; +} + nav a { padding: 0.1em; transition: all 0.5s; |