From c34875e5d515ccfbf7b78bee34cea272b2d5cd75 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Wed, 31 May 2023 03:28:42 +0200 Subject: [PATCH] Updated the Content padding --- client/src/common/components/Content/styles.sass | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/client/src/common/components/Content/styles.sass b/client/src/common/components/Content/styles.sass index bd2c4b8..a8b2d10 100644 --- a/client/src/common/components/Content/styles.sass +++ b/client/src/common/components/Content/styles.sass @@ -8,6 +8,10 @@ .content-wrapper padding: 2rem 22vw 0 2rem +@media screen and (max-width: 768px) + .content-wrapper + padding: 2rem 6vw 0 2rem + @media screen and (max-width: 375px) .content-wrapper - padding: 2rem 21vw 0 0.5rem \ No newline at end of file + padding: 2rem 6vw 0 0.5rem \ No newline at end of file