Added mobile optimization to the Content styles.sass
This commit is contained in:
parent
376c2f3ce6
commit
9b035276dd
@ -2,4 +2,12 @@
|
|||||||
padding: 2rem 20vw 0 5rem
|
padding: 2rem 20vw 0 5rem
|
||||||
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
|
Reference in New Issue
Block a user