Home
/
risinglegends.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
708d8ae
)
fix: spacing of time on mobile
author
xangelo
<me@xangelo.ca>
Fri, 28 Jul 2023 19:38:04 +0000
(15:38 -0400)
committer
xangelo
<me@xangelo.ca>
Fri, 28 Jul 2023 19:38:04 +0000
(15:38 -0400)
public/assets/css/game.css
patch
|
blob
|
history
diff --git
a/public/assets/css/game.css
b/public/assets/css/game.css
index de43ba4bf48c6bb9f9af494ef07f296c487a37fd..7196a1708c776f9572aa442a88ad1bdd3972b2a2 100644
(file)
--- a/
public/assets/css/game.css
+++ b/
public/assets/css/game.css
@@
-372,6
+372,9
@@
h3 {
overflow: auto;
}
@media(max-width: 650px) {
+ #time-of-day {
+ padding: 0 1rem;
+ }
#inventory-page {
flex-direction: column;
}