Skip to content

Commit df3f135

Browse files
committed
Fixing #359
1 parent c2e8386 commit df3f135

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

components/navigation/navigation-style.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,12 @@
154154
}
155155

156156
.navigation__bottom {
157+
display:none;
157158
background: lighten(getColor(elephant), 5%);
159+
160+
@include break {
161+
display:block;
162+
}
158163
}
159164

160165
.navigation__child {

0 commit comments

Comments
 (0)