Initial port
[editorial.git] / assets / main / sass / components / _row.scss
index eda5ae63fce91916585095aa065393060ecd2794..257c1f04e10bff5c0d922190d5f5ded8866afe60 100644 (file)
@@ -1,5 +1,5 @@
 ///\r
-/// Massively by HTML5 UP\r
+/// Editorial by HTML5 UP\r
 /// html5up.net | @ajlkn\r
 /// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)\r
 ///\r
@@ -7,29 +7,25 @@
 /* Row */\r
 \r
        .row {\r
-               @include html-grid(1.5rem);\r
+               @include html-grid(1.5em);\r
 \r
                @include breakpoint('<=xlarge') {\r
-                       @include html-grid(1.5rem, 'xlarge');\r
+                       @include html-grid(1.5em, 'xlarge');\r
                }\r
 \r
                @include breakpoint('<=large') {\r
-                       @include html-grid(1.5rem, 'large');\r
+                       @include html-grid(1.5em, 'large');\r
                }\r
 \r
                @include breakpoint('<=medium') {\r
-                       @include html-grid(1.5rem, 'medium');\r
+                       @include html-grid(1.5em, 'medium');\r
                }\r
 \r
                @include breakpoint('<=small') {\r
-                       @include html-grid(1.5rem, 'small');\r
+                       @include html-grid(1.5em, 'small');\r
                }\r
 \r
                @include breakpoint('<=xsmall') {\r
-                       @include html-grid(1.5rem, 'xsmall');\r
-               }\r
-\r
-               @include breakpoint('<=xxsmall') {\r
-                       @include html-grid(1.5rem, 'xxsmall');\r
+                       @include html-grid(1.5em, 'xsmall');\r
                }\r
        }
\ No newline at end of file