From d4423431b9a5d80d96adc843970b50e92910d769 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Sat, 3 Jun 2023 17:02:22 +0200 Subject: [PATCH] Updated the padding of the Content styles.sass --- client/src/common/components/Content/styles.sass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/common/components/Content/styles.sass b/client/src/common/components/Content/styles.sass index 5a64162..40b6536 100644 --- a/client/src/common/components/Content/styles.sass +++ b/client/src/common/components/Content/styles.sass @@ -28,8 +28,8 @@ @media screen and (max-width: 768px) .content-wrapper - padding: 2rem 6rem 0 2rem + padding: 2rem 2rem 0 2rem @media screen and (max-width: 375px) .content-wrapper - padding: 2rem 6rem 0 0.5rem \ No newline at end of file + padding: 2rem 0.5rem 0 0.5rem \ No newline at end of file