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

@@ -2,7 +2,7 @@
display: grid;
}
@media screen and (max-width: 950px) {
@media screen and (max-width: 1366px) {
.header {
height: 70.047px;
}