fix: Update laptop breakpoint to match my pages sidebar

This commit is contained in:
Chuma McPhoy
2024-06-19 10:33:17 +02:00
committed by Michael Zetterberg
parent 634e9651ec
commit 665d757102
5 changed files with 9 additions and 5 deletions

View File

@@ -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;