diff options
author | Adam Carpenter <gitlab@53hor.net> | 2019-10-26 15:33:52 -0400 |
---|---|---|
committer | Adam Carpenter <gitlab@53hor.net> | 2019-10-26 15:33:52 -0400 |
commit | 3be4959623190f0bb6d880fe1fc2a9c187c4171e (patch) | |
tree | 0e0007d1b3953b0c209b526ffd20583412ed28be /public/css/_sass/grid/columns.sass | |
parent | 92f4799f50c94f2de1d3d94b0fb20ff6d93614eb (diff) | |
download | cobalt-site-3be4959623190f0bb6d880fe1fc2a9c187c4171e.tar.xz cobalt-site-3be4959623190f0bb6d880fe1fc2a9c187c4171e.zip |
Updated Bulma!
Diffstat (limited to 'public/css/_sass/grid/columns.sass')
-rw-r--r-- | public/css/_sass/grid/columns.sass | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/public/css/_sass/grid/columns.sass b/public/css/_sass/grid/columns.sass index bd41761..34a8353 100644 --- a/public/css/_sass/grid/columns.sass +++ b/public/css/_sass/grid/columns.sass @@ -56,7 +56,7 @@ $column-gap: 0.75rem !default margin-left: 60% .columns.is-mobile > &.is-offset-four-fifths margin-left: 80% - @for $i from 1 through 12 + @for $i from 0 through 12 .columns.is-mobile > &.is-#{$i} flex: none width: percentage($i / 12) @@ -113,7 +113,7 @@ $column-gap: 0.75rem !default margin-left: 60% &.is-offset-four-fifths-mobile margin-left: 80% - @for $i from 1 through 12 + @for $i from 0 through 12 &.is-#{$i}-mobile flex: none width: percentage($i / 12) @@ -190,7 +190,7 @@ $column-gap: 0.75rem !default &.is-offset-four-fifths, &.is-offset-four-fifths-tablet margin-left: 80% - @for $i from 1 through 12 + @for $i from 0 through 12 &.is-#{$i}, &.is-#{$i}-tablet flex: none @@ -249,7 +249,7 @@ $column-gap: 0.75rem !default margin-left: 60% &.is-offset-four-fifths-touch margin-left: 80% - @for $i from 1 through 12 + @for $i from 0 through 12 &.is-#{$i}-touch flex: none width: percentage($i / 12) @@ -306,7 +306,7 @@ $column-gap: 0.75rem !default margin-left: 60% &.is-offset-four-fifths-desktop margin-left: 80% - @for $i from 1 through 12 + @for $i from 0 through 12 &.is-#{$i}-desktop flex: none width: percentage($i / 12) @@ -363,7 +363,7 @@ $column-gap: 0.75rem !default margin-left: 60% &.is-offset-four-fifths-widescreen margin-left: 80% - @for $i from 1 through 12 + @for $i from 0 through 12 &.is-#{$i}-widescreen flex: none width: percentage($i / 12) @@ -420,7 +420,7 @@ $column-gap: 0.75rem !default margin-left: 60% &.is-offset-four-fifths-fullhd margin-left: 80% - @for $i from 1 through 12 + @for $i from 0 through 12 &.is-#{$i}-fullhd flex: none width: percentage($i / 12) |