Fix level on mobile

This commit is contained in:
Jeremy Thomas
2017-03-12 16:25:41 +00:00
parent 6ac14c316f
commit 136b886609
6 changed files with 72 additions and 89 deletions

View File

@@ -54,7 +54,12 @@
// Modifiers
&.is-mobile
display: flex
& > .level-item
.level-left,
.level-right
display: flex
.level-left + .level-right
margin-top: 0
.level-item
&:not(:last-child)
margin-bottom: 0
&:not(.is-narrow)