Multiple visual adaptations.

This commit is contained in:
2024-03-06 09:40:12 +01:00
parent f23c9e3953
commit 349b8042d1
13 changed files with 634 additions and 743 deletions

View File

@@ -271,12 +271,15 @@ h5 {
}
.page-footer {
bottom: 0; /* Position footer at the bottom */
width: 100%;
height: 500px;
padding-top: 0px;
}
.footer-element {
width: 100%;
height: 300px;
height: 320px;
border-radius: 2px;
}
@@ -293,3 +296,18 @@ h5 {
.em-1 {
font-size: 1em;
}
html, body {
min-height: 100vh;
margin: 0;
display: flex;
flex-direction: column;
}
.content {
min-height: 100vh;
}
footer {
margin-top: auto;
}