Skip to content

Commit 5f61d94

Browse files
authored
Align nav-items on small screen devices (#912)
Merge pull request 912
1 parent b3385fe commit 5f61d94

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

_sass/minima/_layout.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@
110110

111111
.nav-item {
112112
display: block;
113+
margin-right: $spacing-unit * 0.5;
113114
padding: 5px 0;
114115
color: $text-color;
115116
line-height: $base-line-height;

0 commit comments

Comments
 (0)