diff options
Diffstat (limited to 'frontend')
-rw-r--r-- | frontend/src/components/game/ProductionBar.css | 4 |
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 { |