mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-31 18:09:07 +01:00
Add body element scss file for body style adjustments
This commit is contained in:
parent
1e2259fe40
commit
948bc27810
1 changed files with 6 additions and 0 deletions
6
app/assets/stylesheets/elements/_body.scss
Normal file
6
app/assets/stylesheets/elements/_body.scss
Normal file
|
@ -0,0 +1,6 @@
|
|||
body {
|
||||
overflow-y: scroll;
|
||||
word-wrap: break-word;
|
||||
background-color: var(--background);
|
||||
padding-top: $navbar-height;
|
||||
}
|
Loading…
Reference in a new issue