aboutsummaryrefslogtreecommitdiffhomepage
path: root/public/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/style.css')
-rw-r--r--public/style.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/public/style.css b/public/style.css
index 92b99c3..f59691b 100644
--- a/public/style.css
+++ b/public/style.css
@@ -11,8 +11,12 @@ body {
color: #000;
background-color: #fff;
line-height: 1.6;
+ height: 100vh;
margin: 0;
padding: 0;
+ display: flex;
+ flex-direction: column;
+ justify-content: space-between;
}
@media screen and (max-width: 768px) {
@@ -32,6 +36,7 @@ header.header {
main {
max-width: 900px;
margin: 2rem auto;
+ flex-grow: 1;
}
footer {