From 6416a7cb1adb60c7dd142abb0204f3751ab36a1f Mon Sep 17 00:00:00 2001 From: Zach Berwaldt Date: Sun, 14 May 2023 17:57:10 -0400 Subject: tweak css, layouts, add new archetype --- assets/css/main.css | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'assets/css/main.css') diff --git a/assets/css/main.css b/assets/css/main.css index ba53a5e..75f2b9e 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -1,10 +1,10 @@ -body { - min-height: 100vh; -} - -main { - height: inherit; - display: flex; - flex-direction: column; - justify-content: stretch; +body { + min-height: 100vh; +} + +main { + height: inherit; + display: flex; + flex-direction: column; + justify-content: stretch; } \ No newline at end of file -- cgit v1.1