mirror of
https://github.com/Derpy-Leggies/OnlyLegs.git
synced 2025-01-25 15:51:42 +00:00
15 lines
236 B
Sass
15 lines
236 B
Sass
|
@import "wrappers/index"
|
||
|
@import "wrappers/image"
|
||
|
|
||
|
.content
|
||
|
width: calc(100% - 3.5rem)
|
||
|
min-height: 100vh
|
||
|
|
||
|
position: relative
|
||
|
left: 3.5rem
|
||
|
|
||
|
@media (max-width: $breakpoint)
|
||
|
.content
|
||
|
width: 100%
|
||
|
left: 0
|