PCv5/app/static/css/container.css
Eragon f194baae00
Revert "style: Push the footer to the bottom regardless of the size of maincontent"
This reverts commit c374fb44f68dbb6a45ffea34551ffafe39f91e5f.
2024-03-09 13:58:20 +01:00

22 lines
315 B
CSS

.container {
margin-left: 110px;
}
@media screen and (max-width:849px) {
.container {
margin-left: 0;
}
}
section {
width: 80%;
margin: 20px auto 0 auto;
}
@media screen and (max-width:1449px) {
section {
width: 90%;
}
}
@media screen and (max-width:1199px) {
section {
width: 95%;
}
}