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;
|
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;
|
||||||
|
|||||||
@@ -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%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user