From 2545016f8d6b63b0d857fc20fdd7276d2f0fc2a9 Mon Sep 17 00:00:00 2001 From: Zach Berwaldt Date: Thu, 12 Oct 2023 23:40:26 -0400 Subject: Layout refinements. add config, disclaimer --- assets/css/main.css | 48 ++++++++++++------------------------------------ 1 file changed, 12 insertions(+), 36 deletions(-) (limited to 'assets/css/main.css') diff --git a/assets/css/main.css b/assets/css/main.css index 4574690..c1aae11 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -1,7 +1,3 @@ -:fullscreen { - color: blue; -} - body { min-height: 100vh; } @@ -10,14 +6,6 @@ body::-webkit-scrollbar { display: none;; } -#content { - width: 65ch; -} - -#content::first-letter { - initial-letter: 2; -} - main { height: inherit; display: flex; @@ -25,10 +13,6 @@ main { justify-content: stretch; } -footer { - background: #00000055; -} - .fixed { position: fixed; top: 0; @@ -66,6 +50,14 @@ footer { flex-direction: row; } +.space-between { + justify-content: space-between; +} + +.align-end { + align-items: flex-end; +} + .centered { align-items: center; justify-content: center; @@ -80,6 +72,10 @@ footer { justify-content: center; } +.flex-end { + justify-content: flex-end; +} + .flex.footer-info { gap: 1rem; } @@ -92,26 +88,6 @@ footer { position:relative; } -.poweredby, -.copyright { - position: absolute; - left: 0; - width: 100%; - padding: 1rem; - text-align: center; -} - -.poweredby { - background: #00000055; - bottom: 0; - padding: .5rem; -} - -.copyright { - background: #00000022; - bottom: 50px; -} - .post { margin-bottom: 1em; } -- cgit v1.1