From fbffb58c0ce674e6253ccd4f02e2d1debfdbb94b Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Wed, 26 Apr 2023 21:42:12 -0700 Subject: [PATCH] fix(ui): vh->vw for content margin --- web/components/ui/Content/DesktopContent.module.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/components/ui/Content/DesktopContent.module.scss b/web/components/ui/Content/DesktopContent.module.scss index 0fae35c52..a47312b81 100644 --- a/web/components/ui/Content/DesktopContent.module.scss +++ b/web/components/ui/Content/DesktopContent.module.scss @@ -1,4 +1,4 @@ -$bottomMargin: 4vh; +$bottomMargin: 2vw; .bottomSectionContent { // background-color: green;