Fix footer

This commit is contained in:
itqop 2024-03-17 20:12:27 +03:00
parent af74ac5234
commit 2802afe992
3 changed files with 27 additions and 1 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;
}

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;
}

File diff suppressed because one or more lines are too long