Skip to content

Commit 7228832

Browse files
committedDec 4, 2021
fix: header spacing issue in mobile layout
1 parent f382ef7 commit 7228832

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/components/layout/Header.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -1033,5 +1033,5 @@ header {
10331033
}
10341034
}
10351035
1036-
#motd-spacer { height: 1rem; }
1036+
#motd-spacer { height: 1rem; @include break-mobile-sm { height: 2rem; } }
10371037
</style>

0 commit comments

Comments
 (0)
Please sign in to comment.