mirror of
https://github.com/Derpy-Leggies/OnlyLegs.git
synced 2025-01-11 00:55:40 +00:00
13 lines
202 B
Sass
13 lines
202 B
Sass
|
.index-wrapper
|
||
|
padding: 0.5rem
|
||
|
|
||
|
position: relative
|
||
|
|
||
|
display: flex
|
||
|
flex-direction: column
|
||
|
gap: 0.5rem
|
||
|
|
||
|
@media (max-width: $breakpoint)
|
||
|
.index-wrapper
|
||
|
padding-bottom: 4rem
|