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; }