Created the Content styles.sass

This commit is contained in:
Mathias Wagner 2023-05-30 18:13:48 +02:00
parent 90e5547848
commit b8d78cc1de
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

View File

@ -0,0 +1,5 @@
.content-wrapper
padding: 2rem 20vw 0 5rem
height: calc(100vh - 7rem)
overflow-y: scroll
overflow-x: hidden