remove unwanted margin-right on .level-item at mobile breakpoint (#1153)

This commit is contained in:
Chris Zamierowski 2017-09-04 03:55:20 -07:00 committed by Jeremy Thomas
parent 98bf33f8ac
commit fd3977a94a

View File

@ -48,11 +48,13 @@
flex-grow: 0
flex-shrink: 0
.level-item
&:not(:last-child)
margin-right: 0.75rem
// Modifiers
&.is-flexible
flex-grow: 1
// Responsiveness
+tablet
&:not(:last-child)
margin-right: 0.75rem
.level-left
align-items: center