Skip to content

Commit b307e08

Browse files
committed
debugging
1 parent 5caf475 commit b307e08

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

style.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -353,12 +353,12 @@ img {
353353
height: var(--masthead-height);
354354
}
355355
@media (max-width: 700px) {
356-
.default-masthead{
356+
.default-masthead {
357357
height: var(--masthead-height-medium);
358358
}
359359
}
360360
@media (max-width: 450px) {
361-
.default-masthead{
361+
.default-masthead {
362362
height: var(--masthead-height-small);
363363
}
364364
}

0 commit comments

Comments
 (0)