Skip to content

Commit 8b45b6b

Browse files
committed
Add spacing between title and nav on mobile
1 parent c320d3d commit 8b45b6b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

_sass/layout/_masthead.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,9 @@
7070
margin: 0 auto;
7171

7272
@media (max-width: 600px) {
73-
gap: 1em;
73+
gap: 0.8em;
74+
margin-left: 0.6em;
75+
margin-right: 0.6em;
7476
}
7577

7678
a {

0 commit comments

Comments
 (0)