mirror of
https://github.com/jgthms/bulma
synced 2026-03-24 05:49:35 -07:00
Remove right margin from last level-item (is-mobile)
This commit is contained in:
committed by
Jeremy Thomas
parent
a05832bd99
commit
0e1580789f
@@ -18,9 +18,9 @@
|
|||||||
.level-item
|
.level-item
|
||||||
&:not(:last-child)
|
&:not(:last-child)
|
||||||
margin-bottom: 0
|
margin-bottom: 0
|
||||||
|
margin-right: 0.75rem
|
||||||
&:not(.is-narrow)
|
&:not(.is-narrow)
|
||||||
flex-grow: 1
|
flex-grow: 1
|
||||||
margin-right: 0.75rem
|
|
||||||
// Responsiveness
|
// Responsiveness
|
||||||
+tablet
|
+tablet
|
||||||
display: flex
|
display: flex
|
||||||
|
|||||||
Reference in New Issue
Block a user