From: Tümay Çeber Date: Tue, 16 Jul 2019 22:07:43 +0000 (+0300) Subject: Image .is-fullwidth X-Git-Tag: 0.8.0~49 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2650860c98cdfef185358d02a7b71834a41e9428;p=thirdparty%2Fbulma.git Image .is-fullwidth Ability to image width 100% --- diff --git a/sass/elements/image.sass b/sass/elements/image.sass index cfa64fef7..7547abcfd 100644 --- a/sass/elements/image.sass +++ b/sass/elements/image.sass @@ -9,6 +9,8 @@ $dimensions: 16 24 32 48 64 96 128 !default width: 100% &.is-rounded border-radius: $radius-rounded + &.is-fullwidth + width: 100% // Ratio &.is-square, &.is-1by1,