Home
/
risinglegends.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
36cddaa
)
fix: spacing of stats/equipped items section on mobile
author
xangelo
<git@xangelo.ca>
Wed, 12 Jul 2023 18:39:21 +0000
(14:39 -0400)
committer
xangelo
<git@xangelo.ca>
Wed, 12 Jul 2023 18:39:21 +0000
(14:39 -0400)
public/assets/css/game.css
patch
|
blob
|
history
diff --git
a/public/assets/css/game.css
b/public/assets/css/game.css
index d112dc3c54349643b4a66c3f9f33c5eb4b9eb4e0..bdf0a9b8e8532b9547e564b9c52c3c19d68f904c 100644
(file)
--- a/
public/assets/css/game.css
+++ b/
public/assets/css/game.css
@@
-352,10
+352,14
@@
h3 {
flex-direction: column;
}
#character-summary {
+ width: 100%;
display: flex;
justify-content: space-between;
align-items: flex-start;
}
+ #extra-inventory-info {
+ margin-top: 0rem;
+ }
#inventory-section {
margin-left: 0;
margin-top: 2rem;