From eb9cbe48b6f254ee0120e51896b8a7efd080167d Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Tue, 4 Jan 2022 12:29:01 -0700 Subject: [PATCH] Tweak the styling of the inner components to be max width --- web-svelte/src/components/modals/ColourChoice.svelte | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/web-svelte/src/components/modals/ColourChoice.svelte b/web-svelte/src/components/modals/ColourChoice.svelte index 43cea05..905df37 100644 --- a/web-svelte/src/components/modals/ColourChoice.svelte +++ b/web-svelte/src/components/modals/ColourChoice.svelte @@ -162,6 +162,11 @@ function saveShipDesign() { margin: 5px; flex-direction: column; + > * { + text-align: center; + width: 100%; + } + @include medium { width: 30%; }