From f25ae7099057d00a154ab5035596fe2c96b624ea Mon Sep 17 00:00:00 2001 From: Okke Harsta Date: Tue, 1 Oct 2024 16:32:23 +0200 Subject: [PATCH] WIP for smaller mobile media turning point --- client/src/styles/vars.scss | 4 ++-- welcome/src/styles/vars.scss | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/client/src/styles/vars.scss b/client/src/styles/vars.scss index afc56976..4d381b04 100644 --- a/client/src/styles/vars.scss +++ b/client/src/styles/vars.scss @@ -1,5 +1,5 @@ $background: #eaebf0; $br: 6px; // Screen -$medium: 1280px; -$tablet-max: 1024px; +$medium: 1080px; +$tablet-max: 824px; diff --git a/welcome/src/styles/vars.scss b/welcome/src/styles/vars.scss index afc56976..4d381b04 100644 --- a/welcome/src/styles/vars.scss +++ b/welcome/src/styles/vars.scss @@ -1,5 +1,5 @@ $background: #eaebf0; $br: 6px; // Screen -$medium: 1280px; -$tablet-max: 1024px; +$medium: 1080px; +$tablet-max: 824px;