diff --git a/client/src/common/components/Content/styles.sass b/client/src/common/components/Content/styles.sass index a8b2d10..27e7240 100644 --- a/client/src/common/components/Content/styles.sass +++ b/client/src/common/components/Content/styles.sass @@ -10,8 +10,8 @@ @media screen and (max-width: 768px) .content-wrapper - padding: 2rem 6vw 0 2rem + padding: 2rem 6rem 0 2rem @media screen and (max-width: 375px) .content-wrapper - padding: 2rem 6vw 0 0.5rem \ No newline at end of file + padding: 2rem 6rem 0 0.5rem \ No newline at end of file