diff options
Diffstat (limited to 'src/assets/app.scss')
-rw-r--r-- | src/assets/app.scss | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/assets/app.scss b/src/assets/app.scss index 4585874..59afd00 100644 --- a/src/assets/app.scss +++ b/src/assets/app.scss | |||
@@ -13,17 +13,17 @@ | |||
13 | text-overflow: ellipsis; | 13 | text-overflow: ellipsis; |
14 | } | 14 | } |
15 | 15 | ||
16 | html { | 16 | html, body, body #app { |
17 | height: 100%; | 17 | height: 100%; |
18 | background-color: var(--background); | ||
18 | } | 19 | } |
19 | 20 | ||
20 | body { | 21 | body { |
21 | font-family: "Raleway", sans-serif; | 22 | font-family: "Raleway", sans-serif; |
22 | height: 100%; | ||
23 | 23 | ||
24 | #app { | 24 | #app { |
25 | height: auto; | ||
25 | min-height: 100%; | 26 | min-height: 100%; |
26 | background-color: var(--background); | ||
27 | background-image: var(--background-image); | 27 | background-image: var(--background-image); |
28 | background-size: cover; | 28 | background-size: cover; |
29 | background-position: center; | 29 | background-position: center; |
@@ -170,6 +170,7 @@ body { | |||
170 | 170 | ||
171 | .title { | 171 | .title { |
172 | font-size: 1.1em; | 172 | font-size: 1.1em; |
173 | line-height: 1.2em; | ||
173 | @include ellipsis(); | 174 | @include ellipsis(); |
174 | } | 175 | } |
175 | 176 | ||