From 31dcebd6dbb4da8fb3501ae5c72c9e0245470f10 Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Mon, 2 Jan 2023 05:46:53 -0800 Subject: [PATCH] Make subaura summons consistent --- components/ExtraSummons/index.scss | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/components/ExtraSummons/index.scss b/components/ExtraSummons/index.scss index b70d16f6..1d9bb8de 100644 --- a/components/ExtraSummons/index.scss +++ b/components/ExtraSummons/index.scss @@ -18,6 +18,18 @@ width: 100%; } + @include breakpoint(phone) { + display: flex; + gap: $unit-2x; + padding: $unit-2x; + flex-direction: column; + + #ExtraSummons { + max-width: 50vw; + margin: 0 auto; + } + } + & > span { color: var(--subaura-orange-text); display: flex;