diff options
author | Zach Berwaldt <zberwaldt@tutamail.com> | 2023-05-14 17:57:10 -0400 |
---|---|---|
committer | Zach Berwaldt <zberwaldt@tutamail.com> | 2023-05-14 17:57:10 -0400 |
commit | 6416a7cb1adb60c7dd142abb0204f3751ab36a1f (patch) | |
tree | 97dc775cec10158a6d6559ee9f5bb08f9b2775b3 /assets/css/main.css | |
parent | 59b4fc0d0e761238f51f27658d116b90c0abb528 (diff) |
tweak css, layouts, add new archetype
Diffstat (limited to 'assets/css/main.css')
-rw-r--r-- | assets/css/main.css | 18 |
1 files changed, 9 insertions, 9 deletions
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 @@ | |||
1 | body { | 1 | body { |
2 | min-height: 100vh; | 2 | min-height: 100vh; |
3 | } | 3 | } |
4 | 4 | ||
5 | main { | 5 | main { |
6 | height: inherit; | 6 | height: inherit; |
7 | display: flex; | 7 | display: flex; |
8 | flex-direction: column; | 8 | flex-direction: column; |
9 | justify-content: stretch; | 9 | justify-content: stretch; |
10 | } \ No newline at end of file | 10 | } \ No newline at end of file |