mirror of
https://github.com/Derpy-Leggies/OnlyLegs.git
synced 2025-01-10 16:45:22 +00:00
Michał
bb98701430
Fixed HTML and Sass layout Moved upload and login pages to popups Added deletion confirmation
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
|