From 53765a8da8180c30e28faa374de95664f8c2711f Mon Sep 17 00:00:00 2001 From: lifeparticle Date: Tue, 26 Sep 2023 00:43:02 +1000 Subject: [PATCH] refactor --- ui/src/pages/Home/Home.module.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/src/pages/Home/Home.module.scss b/ui/src/pages/Home/Home.module.scss index 8aae347a..6d7367cf 100644 --- a/ui/src/pages/Home/Home.module.scss +++ b/ui/src/pages/Home/Home.module.scss @@ -33,8 +33,8 @@ } @media screen and (max-width: 768px) { - &__container { - padding: 50px 10px; + &__hero { + flex-direction: column; } } }