diff options
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 |