fix: further main menu spacing fixes
This commit is contained in:
committed by
Michael Zetterberg
parent
be90a7b929
commit
7419aed0d3
@@ -31,7 +31,7 @@
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 950px) {
|
||||
@media screen and (min-width: 1200px) {
|
||||
.button {
|
||||
font-weight: 600;
|
||||
font-size: 16px;
|
||||
|
||||
@@ -15,7 +15,6 @@
|
||||
box-sizing: content-box;
|
||||
height: 100%;
|
||||
margin: 0 auto;
|
||||
max-width: 1200px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
@@ -267,7 +266,7 @@
|
||||
}
|
||||
|
||||
.container {
|
||||
padding: 0px 30px;
|
||||
padding: 0 var(--Spacing-x5) 0 var(--Spacing-x5);
|
||||
}
|
||||
|
||||
.mainLinks {
|
||||
@@ -292,7 +291,7 @@
|
||||
padding-top: 0;
|
||||
position: static;
|
||||
width: 100%;
|
||||
padding-bottom: 20px;
|
||||
padding-bottom: 0px;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user