Added mobile optimization to the Content styles.sass
This commit is contained in:
parent
376c2f3ce6
commit
9b035276dd
@ -3,3 +3,11 @@
|
||||
height: calc(100vh - 7rem)
|
||||
overflow-y: scroll
|
||||
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
|
Reference in New Issue
Block a user