X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=assets%2Fmain%2Fsass%2Fcomponents%2F_row.scss;fp=assets%2Fmain%2Fsass%2Fcomponents%2F_row.scss;h=257c1f04e10bff5c0d922190d5f5ded8866afe60;hb=283508bd265ef3430abc21e0599313c250e57942;hp=eda5ae63fce91916585095aa065393060ecd2794;hpb=8af2079e4b096e77ba2f922d6a18224ce01cb7bd;p=editorial.git diff --git a/assets/main/sass/components/_row.scss b/assets/main/sass/components/_row.scss index eda5ae6..257c1f0 100644 --- a/assets/main/sass/components/_row.scss +++ b/assets/main/sass/components/_row.scss @@ -1,5 +1,5 @@ /// -/// Massively by HTML5 UP +/// Editorial by HTML5 UP /// html5up.net | @ajlkn /// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license) /// @@ -7,29 +7,25 @@ /* Row */ .row { - @include html-grid(1.5rem); + @include html-grid(1.5em); @include breakpoint('<=xlarge') { - @include html-grid(1.5rem, 'xlarge'); + @include html-grid(1.5em, 'xlarge'); } @include breakpoint('<=large') { - @include html-grid(1.5rem, 'large'); + @include html-grid(1.5em, 'large'); } @include breakpoint('<=medium') { - @include html-grid(1.5rem, 'medium'); + @include html-grid(1.5em, 'medium'); } @include breakpoint('<=small') { - @include html-grid(1.5rem, 'small'); + @include html-grid(1.5em, 'small'); } @include breakpoint('<=xsmall') { - @include html-grid(1.5rem, 'xsmall'); - } - - @include breakpoint('<=xxsmall') { - @include html-grid(1.5rem, 'xxsmall'); + @include html-grid(1.5em, 'xsmall'); } } \ No newline at end of file