diff options
Diffstat (limited to 'css')
-rw-r--r-- | css/stylesheet.css | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/css/stylesheet.css b/css/stylesheet.css index 9f9c01b..73d1c4d 100644 --- a/css/stylesheet.css +++ b/css/stylesheet.css @@ -10,6 +10,10 @@ body { width: 700px; max-width: calc(100% - 20px); margin: auto; + display: flex; + flex-direction: column; + min-height: 100vh; + min-height: 100svh; } h1 { @@ -57,10 +61,9 @@ a:hover { } .footer { - position: fixed; background-color: #fff8ea; bottom: 0; - margin: auto; + margin-top: auto; width: 700px; max-width: calc(100% - 20px); text-align: center; |