From ecb319a41bd291259567d4f177f39195af174deb Mon Sep 17 00:00:00 2001 From: KoenDR06 Date: Mon, 14 Apr 2025 11:11:19 +0200 Subject: [PATCH] made light size scalable --- src/styles/vars.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/vars.scss b/src/styles/vars.scss index 9d3fa43..63502b7 100644 --- a/src/styles/vars.scss +++ b/src/styles/vars.scss @@ -3,4 +3,4 @@ $primary: #80a0c0; $secondary: #4f6175; $accent-1: #b48ead; -$fixture-width: 400px; \ No newline at end of file +$fixture-width: 15vw;