]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
Remove right margin from last level-item (is-mobile)
authorTaku Fukada <naninunenor@gmail.com>
Sun, 19 Aug 2018 11:55:47 +0000 (20:55 +0900)
committerJeremy Thomas <bbxdesign@gmail.com>
Sun, 7 Oct 2018 16:29:50 +0000 (18:29 +0200)
sass/components/level.sass

index 11f249c252ab7a19ec502b2782ddf099e26c87e4..a3b7716868d566427fae3e769028ad845172a31a 100644 (file)
@@ -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