diff --git a/pages/index.tsx b/pages/index.tsx index 50b1bda..055467d 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -71,7 +71,7 @@ const Home = () => { -
+ {/*
*/}
{/*
*/} @@ -96,7 +96,7 @@ const Home = () => {
-
+ {/*
*/} diff --git a/src/components/OrderForm.tsx b/src/components/OrderForm.tsx index 619f364..8b56261 100644 --- a/src/components/OrderForm.tsx +++ b/src/components/OrderForm.tsx @@ -144,7 +144,6 @@ function OrderForm() { } const styleInfoText = { - marginTop: "120px", marginBottom: "40px", fontStyle: "normal", fontWeight: "normal", diff --git a/src/styles/Home.module.css b/src/styles/Home.module.css index c556e50..28029d1 100644 --- a/src/styles/Home.module.css +++ b/src/styles/Home.module.css @@ -139,10 +139,11 @@ .form_wrapper { /*padding: 1rem;*/ - display: inline-block; - background-color: #3f3f3f; + margin: 2rem; + /*display: inline-block;*/ + background-color: #2a2b3c; border-radius: 8px; - min-width: 9rem; + /*min-width: 9rem;*/ } .front { diff --git a/src/styles/inputs.css b/src/styles/inputs.css index 1f367f9..7648641 100644 --- a/src/styles/inputs.css +++ b/src/styles/inputs.css @@ -17,6 +17,7 @@ background: #2F2F2F; border-radius: 24px; transition: .15s ease all; + cursor: text; } .StyledInput:hover {