Skip to content

Commit 9ea5647

Browse files
committed
space header nav links evenly on mobile
1 parent 398bfc9 commit 9ea5647

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

assets/css/components/_header.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ header {
6262
flex-shrink: 0;
6363

6464
@include mobile {
65-
gap: 4px;
66-
margin-left: auto;
67-
margin-right: auto;
65+
justify-content: space-evenly;
66+
width: 100%;
67+
gap: 0px;
6868
}
6969

7070
a {

0 commit comments

Comments
 (0)