changed wrapper size to update footer width

This commit is contained in:
LelouchFR 2026-03-18 08:35:12 +00:00
parent 499f1eccba
commit 610164ae63

View File

@ -215,7 +215,7 @@ header {
@media screen and (max-width: 600px) {
.wrapper {
width: 90%;
width: 100%;
}
header {
@ -230,7 +230,7 @@ header {
}
footer {
width: 95%;
width: 90% !important;
margin: auto auto 40px;
}
}