mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
remove unwanted margin-right on .level-item at mobile breakpoint (#1153)
This commit is contained in:
parent
98bf33f8ac
commit
fd3977a94a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user