shift footer to the bottom of the page

This commit is contained in:
2022-12-11 16:28:14 +01:00
parent 9c41eaf4eb
commit 2e5bd424b0
2 changed files with 16 additions and 8 deletions

View File

@@ -26,11 +26,6 @@ body {
color: var(--color);
min-height: 100vh;
font-family: var(--fonts-norm);
display: flex;
flex-direction: column;
.footer {
justify-self: end;
}
}
h1,
h2,