Updated the padding of the Content styles.sass

This commit is contained in:
Mathias Wagner 2023-06-03 17:02:22 +02:00
parent ddd5c6fe13
commit d4423431b9
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

View File

@ -28,8 +28,8 @@
@media screen and (max-width: 768px) @media screen and (max-width: 768px)
.content-wrapper .content-wrapper
padding: 2rem 6rem 0 2rem padding: 2rem 2rem 0 2rem
@media screen and (max-width: 375px) @media screen and (max-width: 375px)
.content-wrapper .content-wrapper
padding: 2rem 6rem 0 0.5rem padding: 2rem 0.5rem 0 0.5rem