footer size fix x2

This commit is contained in:
2026-03-20 13:10:08 +01:00
parent 53bc194870
commit 545f49778f
2 changed files with 20 additions and 14 deletions

View File

@@ -1533,6 +1533,9 @@ body {
.footer-banner {
padding: 40px 0 25px;
width: 100vw;
margin-left: calc(-50vw + 50%);
box-sizing: border-box;
}
.footer-bottom-content {
@@ -1550,6 +1553,9 @@ body {
.footer-banner {
padding: 30px 0 20px;
margin-top: 60px;
width: 100vw;
margin-left: calc(-50vw + 50%);
box-sizing: border-box;
}
.footer-content {