From d26bd3e82443ebffd83d77d5e2666a0f3d9c410e Mon Sep 17 00:00:00 2001 From: j-james Date: Wed, 17 Feb 2021 21:28:16 -0800 Subject: Center text on 404 and construction pages --- css/style.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'css') 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; -- cgit v1.2.3-70-g09d2