fix: footer placement

This commit is contained in:
2024-11-21 12:47:39 -03:00
parent d7e5968fb8
commit d3ff62299d
2 changed files with 10 additions and 6 deletions

View File

@@ -1,12 +1,14 @@
html, body {
height: 100%;
}
body {
display: block;
height: 100vh;
}
.app {
display: flex;
flex-direction: column;
height: 100%;
}
.content {