Remove right margin from last level-item (is-mobile)
This commit is contained in:
parent
a05832bd99
commit
0e1580789f
1 changed files with 1 additions and 1 deletions
|
@ -18,9 +18,9 @@
|
|||
.level-item
|
||||
&:not(:last-child)
|
||||
margin-bottom: 0
|
||||
margin-right: 0.75rem
|
||||
&:not(.is-narrow)
|
||||
flex-grow: 1
|
||||
margin-right: 0.75rem
|
||||
// Responsiveness
|
||||
+tablet
|
||||
display: flex
|
||||
|
|
Loading…
Add table
Reference in a new issue