From 6fa24fa1dc4e138d60cdb4a40cf8ccf1646ac6eb Mon Sep 17 00:00:00 2001 From: EJ Mason Date: Thu, 19 Mar 2020 16:28:22 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=96=8C=EF=B8=8F=20fix=20order=20of=20rule?= =?UTF-8?q?=20set=20(#99)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Tatiana Mac --- assets/css/structures/_grid.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/css/structures/_grid.scss b/assets/css/structures/_grid.scss index 22c900bf..3c775725 100644 --- a/assets/css/structures/_grid.scss +++ b/assets/css/structures/_grid.scss @@ -57,11 +57,11 @@ .box { background: black; color: white; + grid-column: span 2; height: auto; margin: 1rem 0.5rem; padding: 1rem; - grid-column: span 2; - + a { color: white; }