From 5cd9ab95d1af1236d6380fe5362f0baa1a580a1d Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Wed, 21 Feb 2024 23:28:51 -0500 Subject: [PATCH] Hotfix SCSS nesting bug --- components/about/ContentUpdate/index.module.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/about/ContentUpdate/index.module.scss b/components/about/ContentUpdate/index.module.scss index d03b9e7a..a926094f 100644 --- a/components/about/ContentUpdate/index.module.scss +++ b/components/about/ContentUpdate/index.module.scss @@ -31,7 +31,7 @@ .characters, .weapons, .summons, - .raids, + .raids { display: grid; grid-template-rows: auto 1fr; gap: $unit;