Fix footer

This commit is contained in:
itqop 2024-03-17 20:11:38 +03:00
parent 8e61411166
commit af74ac5234
1 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,13 @@
html, body {
height: 100%;
margin: 0;
padding: 0;
}
.wrapper {
min-height: 100%;
display: flex;
flex-direction: column;
}
.content {
flex: 1;
}