From: Chris Zamierowski Date: Mon, 4 Sep 2017 10:55:20 +0000 (-0700) Subject: remove unwanted margin-right on .level-item at mobile breakpoint (#1153) X-Git-Tag: 0.5.2~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd3977a94a859d203b1562e25cfcc637eeaf22cd;p=thirdparty%2Fbulma.git remove unwanted margin-right on .level-item at mobile breakpoint (#1153) --- diff --git a/sass/components/level.sass b/sass/components/level.sass index 2e3819cae..3a7593519 100644 --- a/sass/components/level.sass +++ b/sass/components/level.sass @@ -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