From a8319376ebaa21306cc855ae4f03bb63ce8df743 Mon Sep 17 00:00:00 2001 From: alexvcs Date: Tue, 10 Sep 2024 18:06:00 +0000 Subject: [PATCH] change scss variables to -1 of tablet and desktop breakpoints Co-authored-by: Steve Smodish --- base-client/src/styles/_variables.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/base-client/src/styles/_variables.scss b/base-client/src/styles/_variables.scss index 569c7b3..1fcbeca 100644 --- a/base-client/src/styles/_variables.scss +++ b/base-client/src/styles/_variables.scss @@ -4,5 +4,5 @@ $mango-greyish-blue: #5A698F; $mango-semi-dark-blue: #161D2F; $mango-pure-white: #FFFFFF; -$breakpoint-tablet: 768px; -$breakpoint-desktop: 1024px; \ No newline at end of file +$breakpoint-tablet: 767px; +$breakpoint-desktop: 1023px; \ No newline at end of file