mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
remove unwanted margin-right on .level-item at mobile breakpoint (#1153)
This commit is contained in:
committed by
Jeremy Thomas
parent
98bf33f8ac
commit
fd3977a94a
@@ -48,11 +48,13 @@
|
|||||||
flex-grow: 0
|
flex-grow: 0
|
||||||
flex-shrink: 0
|
flex-shrink: 0
|
||||||
.level-item
|
.level-item
|
||||||
&:not(:last-child)
|
|
||||||
margin-right: 0.75rem
|
|
||||||
// Modifiers
|
// Modifiers
|
||||||
&.is-flexible
|
&.is-flexible
|
||||||
flex-grow: 1
|
flex-grow: 1
|
||||||
|
// Responsiveness
|
||||||
|
+tablet
|
||||||
|
&:not(:last-child)
|
||||||
|
margin-right: 0.75rem
|
||||||
|
|
||||||
.level-left
|
.level-left
|
||||||
align-items: center
|
align-items: center
|
||||||
|
|||||||
Reference in New Issue
Block a user