mirror of
https://github.com/Derpy-Leggies/OnlyLegs.git
synced 2025-01-25 15:51:42 +00:00
Michał
828167f762
Added logging to a .log file Fixed Images loosing colour and rotation on thumbnail generation Added more info to README
17 lines
289 B
Sass
17 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
|