fix: Update laptop breakpoint to match my pages sidebar
This commit is contained in:
committed by
Michael Zetterberg
parent
634e9651ec
commit
665d757102
@@ -235,7 +235,7 @@
|
||||
gap: var(--Spacing-x3);
|
||||
}
|
||||
|
||||
@media (min-width: 1200px) {
|
||||
@media (min-width: 1367px) {
|
||||
.navBar {
|
||||
grid-template-columns: 140px auto 1fr;
|
||||
height: 82.4px;
|
||||
@@ -267,6 +267,7 @@
|
||||
.mainLinks {
|
||||
padding-top: 2.5px;
|
||||
background-color: transparent;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.expanderBtn {
|
||||
@@ -295,7 +296,7 @@
|
||||
}
|
||||
|
||||
.li {
|
||||
display: table-cell;
|
||||
display: inline-grid;
|
||||
float: none;
|
||||
vertical-align: middle;
|
||||
line-height: 1.15;
|
||||
|
||||
Reference in New Issue
Block a user