Make the bar in the 90s page always stick to bottom

Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
Ari Archer 2022-09-03 01:31:16 +03:00
parent ddcd029e46
commit 15f92e0052

View file

@ -39,6 +39,9 @@ body {
min-height: 100vh; min-height: 100vh;
max-width: 1500px; max-width: 1500px;
text-rendering: optimizeSpeed; text-rendering: optimizeSpeed;
display: flex;
flex-direction: column;
} }
h1 { h1 {
@ -94,11 +97,7 @@ h2 * {
} }
footer { footer {
/* position: fixed; */ margin-top: auto;
left: 0;
bottom: 0;
width: 100%;
text-align: center;
} }
@media (prefers-reduced-motion: reduce) { @media (prefers-reduced-motion: reduce) {