From e10a14d69fb7788cbc9e98ae2e2aaf3cd4aa6140 Mon Sep 17 00:00:00 2001 From: AlecM33 Date: Tue, 21 Feb 2023 22:08:30 -0500 Subject: [PATCH] fix width --- client/src/styles/create.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/client/src/styles/create.css b/client/src/styles/create.css index 73fea71..4c0a139 100644 --- a/client/src/styles/create.css +++ b/client/src/styles/create.css @@ -314,6 +314,10 @@ option { margin: 0 auto; } +#step-4 > div { + width: 100%; +} + #step-4 div:nth-child(2) { margin-top: 25px; }