From ae4d332f4d070b28218f6130518dedaeaf8f51b9 Mon Sep 17 00:00:00 2001 From: Justin Hsu Date: Tue, 12 Apr 2022 13:23:49 -0400 Subject: [PATCH] Fix CSS bug. --- css/style.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/style.scss b/css/style.scss index 6bbb851..a191593 100644 --- a/css/style.scss +++ b/css/style.scss @@ -1,4 +1,4 @@ -$break-point: 45em; +$break-point: 600px; $bg-color: #EEEEEE; $main-color: #2196F3; $acc-color: #C51162; @@ -64,7 +64,7 @@ body { } @media all and (max-width: $break-point) { - .container > * { + #container > * { width: 100%; } }