This repository has been archived on 2025-03-19. You can view files and clone it, but cannot push or open issues or pull requests.

13 lines
292 B
Sass

.content-wrapper
padding: 2rem 20vw 0 5rem
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