mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-02-07 23:03:36 +01:00
12 lines
No EOL
283 B
SCSS
12 lines
No EOL
283 B
SCSS
body {
|
|
overflow-y: scroll;
|
|
word-wrap: break-word;
|
|
color: RGB(var(--body-text));
|
|
background-color: var(--background);
|
|
@include media-breakpoint-up('lg') {
|
|
padding-top: $navbar-height;
|
|
}
|
|
@include media-breakpoint-down('md') {
|
|
padding-bottom: $navbar-height;
|
|
}
|
|
} |