From 81200fa6a598557f36593c950d7a63c52aa0b22f Mon Sep 17 00:00:00 2001 From: Zach Berwaldt Date: Fri, 29 Sep 2023 00:14:30 -0400 Subject: tweak styles --- assets/css/main.css | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) (limited to 'assets/css/main.css') diff --git a/assets/css/main.css b/assets/css/main.css index 934e91b..792f1f6 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -42,16 +42,33 @@ footer { position:relative; } +.poweredby, .copyright { - background: #00000055; position: absolute; left: 0; - bottom: 0; width: 100%; padding: 1rem; text-align: center; } +.poweredby { + background: #00000055; + bottom: 0; + padding: .5rem; +} + +.copyright { + background: #00000022; + bottom: 50px; +} + .post { margin-bottom: 1em; } + +.wordmark { + font-size: 2em; + text-transform: uppercase; + font-weight: 600; +} + -- cgit v1.1