Added mobile optimization to the Content styles.sass

This commit is contained in:
Mathias Wagner 2023-05-30 20:05:40 +02:00
parent 376c2f3ce6
commit 9b035276dd
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

View File

@ -3,3 +3,11 @@
height: calc(100vh - 7rem) height: calc(100vh - 7rem)
overflow-y: scroll overflow-y: scroll
overflow-x: hidden overflow-x: hidden
@media screen and (max-width: 1024px)
.content-wrapper
padding: 2rem 22vw 0 2rem
@media screen and (max-width: 375px)
.content-wrapper
padding: 2rem 21vw 0 0.5rem