mirror of
https://github.com/Derpy-Leggies/OnlyLegs.git
synced 2025-06-29 03:26:16 +00:00
16 lines
289 B
Sass
16 lines
289 B
Sass
@import "wrappers/index"
|
|
@import "wrappers/image"
|
|
@import "wrappers/settings"
|
|
@import "wrappers/error"
|
|
|
|
.content
|
|
width: calc(100% - 3.5rem)
|
|
min-height: 100vh
|
|
|
|
position: relative
|
|
left: 3.5rem
|
|
|
|
@media (max-width: $breakpoint)
|
|
.content
|
|
width: 100%
|
|
left: 0
|