Home
/
risinglegends.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b12078b
)
fix: bg gradient should span entire window height
main
author
xangelo
<me@xangelo.ca>
Fri, 18 Oct 2024 19:00:13 +0000
(15:00 -0400)
committer
xangelo
<me@xangelo.ca>
Fri, 18 Oct 2024 19:00:13 +0000
(15:00 -0400)
public/assets/css/game.css
patch
|
blob
|
history
diff --git
a/public/assets/css/game.css
b/public/assets/css/game.css
index 82a5fff59cef5f0b873e087684ac94f3f9b1973f..2f32e19858aa1454f8c7a77b3da32033131f5e3b 100644
(file)
--- a/
public/assets/css/game.css
+++ b/
public/assets/css/game.css
@@
-6,6
+6,9
@@
font-style: normal;
font-display: swap;
}
+html {
+ height: 100vh;
+}
body {
margin: 1rem auto 2rem;