From 0b2c1b083c1fc1132339cae21ad5bfd1c34d47c0 Mon Sep 17 00:00:00 2001 From: Gregory Ballantine Date: Mon, 3 Jun 2024 08:39:50 -0400 Subject: [PATCH] Fixed typo in the SCSS file --- assets/styles/nardah.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/styles/nardah.scss b/assets/styles/nardah.scss index 5796a04..cb85ac7 100644 --- a/assets/styles/nardah.scss +++ b/assets/styles/nardah.scss @@ -73,6 +73,6 @@ textarea{ } #benchmark-selector{ - $max-width: 100%; - $min-height: 100px; + max-width: 100%; + min-height: 100px; }