From a3815d286696bcd26edb45a74cdb792d437f8709 Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Wed, 21 Feb 2024 23:29:08 -0500 Subject: [PATCH] Hotfix SCSS nesting bug (#408) --- 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;