Global footer

This commit is contained in:
softsimon
2023-03-24 18:16:19 +09:00
parent 3c108a271d
commit 261241fcc8
14 changed files with 58 additions and 143 deletions

View File

@@ -60,11 +60,8 @@ body {
.container {
position: relative;
padding-bottom: 60px;
}
.container-xl {
padding-bottom: 60px;
}
.full-height {
@media (max-width: 767.98px) {
min-height: 100vh;
@@ -1141,3 +1138,9 @@ th {
.visually-hidden {
display: none;
}
app-master-page {
display: flex;
flex-direction: column;
min-height: 100vh;
}