fix footer

This commit is contained in:
2022-02-22 23:38:24 +01:00
parent 5159c239d5
commit 35043d7cb4
3 changed files with 4 additions and 7 deletions

View File

@@ -1,12 +1,11 @@
@import url('./src/styles/colors.css');
html {
min-height: 100%;
.main {
min-height: calc(100vh - 41px);
}
body {
font-family: 'Shippori Antique', sans-serif;
height: 80vh;
background-color: var(--body);
color: var(--text);
}