From 35bc140506ef83670e7696c63c7976e24fff7dff Mon Sep 17 00:00:00 2001 From: Justin Hsu Date: Tue, 12 Apr 2022 21:19:39 -0400 Subject: [PATCH] Make wider. --- css/style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.scss b/css/style.scss index a191593..8d7cec5 100644 --- a/css/style.scss +++ b/css/style.scss @@ -1,4 +1,4 @@ -$break-point: 600px; +$break-point: 45em; $bg-color: #EEEEEE; $main-color: #2196F3; $acc-color: #C51162;