fix: further main menu spacing fixes

This commit is contained in:
Chuma McPhoy
2024-06-19 10:11:05 +02:00
committed by Michael Zetterberg
parent be90a7b929
commit 7419aed0d3
2 changed files with 3 additions and 4 deletions

View File

@@ -31,7 +31,7 @@
text-decoration: underline; text-decoration: underline;
} }
@media screen and (min-width: 950px) { @media screen and (min-width: 1200px) {
.button { .button {
font-weight: 600; font-weight: 600;
font-size: 16px; font-size: 16px;

View File

@@ -15,7 +15,6 @@
box-sizing: content-box; box-sizing: content-box;
height: 100%; height: 100%;
margin: 0 auto; margin: 0 auto;
max-width: 1200px;
padding: 0; padding: 0;
} }
@@ -267,7 +266,7 @@
} }
.container { .container {
padding: 0px 30px; padding: 0 var(--Spacing-x5) 0 var(--Spacing-x5);
} }
.mainLinks { .mainLinks {
@@ -292,7 +291,7 @@
padding-top: 0; padding-top: 0;
position: static; position: static;
width: 100%; width: 100%;
padding-bottom: 20px; padding-bottom: 0px;
height: 100%; height: 100%;
} }