summaryrefslogtreecommitdiff
path: root/frontend
diff options
context:
space:
mode:
authorjbion <joffrey.bion@amadeus.com>2019-02-26 10:26:17 +0100
committerjbion <joffrey.bion@amadeus.com>2019-02-26 10:26:17 +0100
commit513d904f149d5d6364174695ddff891e5a51dfb8 (patch)
tree01fd55f1d26b38de851e6a99529747e8f1710a23 /frontend
parentFix formatting (diff)
downloadseven-wonders-513d904f149d5d6364174695ddff891e5a51dfb8.tar.gz
seven-wonders-513d904f149d5d6364174695ddff891e5a51dfb8.tar.bz2
seven-wonders-513d904f149d5d6364174695ddff891e5a51dfb8.zip
Increase space between resources in production bar
Diffstat (limited to 'frontend')
-rw-r--r--frontend/src/components/game/ProductionBar.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend/src/components/game/ProductionBar.css b/frontend/src/components/game/ProductionBar.css
index 34765128..35b25137 100644
--- a/frontend/src/components/game/ProductionBar.css
+++ b/frontend/src/components/game/ProductionBar.css
@@ -21,10 +21,10 @@
}
.resource-with-count {
- margin-left: 2px
+ margin-left: 1rem
}
.resource-choice {
- margin-left: 2px;
+ margin-left: 1.5rem;
}
.resource-img {
bgstack15