From 513d904f149d5d6364174695ddff891e5a51dfb8 Mon Sep 17 00:00:00 2001 From: jbion Date: Tue, 26 Feb 2019 10:26:17 +0100 Subject: Increase space between resources in production bar --- frontend/src/components/game/ProductionBar.css | 4 ++-- 1 file 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 { -- cgit