Home
/
risinglegends.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03a16c1
)
fix: background gradient doesnt span full height
author
xangelo
<git@xangelo.ca>
Thu, 29 Jun 2023 13:00:46 +0000
(09:00 -0400)
committer
xangelo
<git@xangelo.ca>
Thu, 29 Jun 2023 13:00:46 +0000
(09: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 a5354ccb3a30e9652b56ce3403b7ef0a821aaaa7..6943c6a7199fe8291c8463d4fdfb2f306cb3ab15 100644
(file)
--- a/
public/assets/css/game.css
+++ b/
public/assets/css/game.css
@@
-3,6
+3,7
@@
body {
background-color: #eee;
width: 100%;
max-width: 724px;
+ height: 100vh;
}
#view {
font-size: 14px;