fooer size fix x3

This commit is contained in:
2026-03-20 13:39:30 +01:00
parent 545f49778f
commit 14af9e560d
2 changed files with 22 additions and 18 deletions

View File

@@ -77,12 +77,18 @@ div#CybotCookiebotDialog {
font-family: 'Montserrat', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
html {
overflow-x: hidden;
max-width: 100%;
}
body {
background-color: var(--primary-light);
color: var(--primary-dark);
min-height: 100vh;
position: relative;
overflow-x: hidden;
max-width: 100%;
}
/* Hexagonal Canvas Background */
@@ -1533,8 +1539,7 @@ body {
.footer-banner {
padding: 40px 0 25px;
width: 100vw;
margin-left: calc(-50vw + 50%);
width: 100%;
box-sizing: border-box;
}
@@ -1553,8 +1558,7 @@ body {
.footer-banner {
padding: 30px 0 20px;
margin-top: 60px;
width: 100vw;
margin-left: calc(-50vw + 50%);
width: 100%;
box-sizing: border-box;
}