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=eda5ae63fce91916585095aa065393060ecd2794;hb=8af2079e4b096e77ba2f922d6a18224ce01cb7bd;hp=0000000000000000000000000000000000000000;hpb=d047bc8b5126c4af647c4e508022ca94452fc856;p=editorial.git

diff --git a/assets/main/sass/components/_row.scss b/assets/main/sass/components/_row.scss
new file mode 100644
index 0000000..eda5ae6
--- /dev/null
+++ b/assets/main/sass/components/_row.scss
@@ -0,0 +1,35 @@
+///
+/// Massively by HTML5 UP
+/// html5up.net | @ajlkn
+/// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
+///
+
+/* Row */
+
+	.row {
+		@include html-grid(1.5rem);
+
+		@include breakpoint('<=xlarge') {
+			@include html-grid(1.5rem, 'xlarge');
+		}
+
+		@include breakpoint('<=large') {
+			@include html-grid(1.5rem, 'large');
+		}
+
+		@include breakpoint('<=medium') {
+			@include html-grid(1.5rem, 'medium');
+		}
+
+		@include breakpoint('<=small') {
+			@include html-grid(1.5rem, 'small');
+		}
+
+		@include breakpoint('<=xsmall') {
+			@include html-grid(1.5rem, 'xsmall');
+		}
+
+		@include breakpoint('<=xxsmall') {
+			@include html-grid(1.5rem, 'xxsmall');
+		}
+	}
\ No newline at end of file