Multiple visual adaptations.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user