From 0509f60ead4f82d2ced2747d5665e15bc4f2d3bb Mon Sep 17 00:00:00 2001 From: Daniel Tomlinson Date: Thu, 6 Oct 2022 02:08:23 +0100 Subject: [PATCH] increase size of regional icon --- src/components/ProductionChain.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/ProductionChain.vue b/src/components/ProductionChain.vue index 2f7f9d8..942a5a9 100644 --- a/src/components/ProductionChain.vue +++ b/src/components/ProductionChain.vue @@ -69,12 +69,12 @@ watchEffect(() => { } .icon-regional-container { - margin-left: 45px; + margin-left: 55px; } .icon-regional { - width: 50px; - height: 50px; + width: 60px; + height: 60px; position: absolute; left: 0px; top: 32px;