diff --git a/src/components/Form-style.ts b/src/components/Form/Form-style.ts similarity index 96% rename from src/components/Form-style.ts rename to src/components/Form/Form-style.ts index d10824cc..71d68c45 100644 --- a/src/components/Form-style.ts +++ b/src/components/Form/Form-style.ts @@ -5,7 +5,7 @@ export const Form = styled.form` display: flex; flex-direction: column; align-items: center; - margin-top: 30px; + margin-top: 90px; padding: 15px 0; border-radius: 5px; @@ -61,7 +61,7 @@ export const Form = styled.form` display: inline; color: #343434; - width: 20%; + width: 30%; } `; \ No newline at end of file diff --git a/src/components/Form.tsx b/src/components/Form/Form.tsx similarity index 91% rename from src/components/Form.tsx rename to src/components/Form/Form.tsx index a669e483..427b1cb1 100644 --- a/src/components/Form.tsx +++ b/src/components/Form/Form.tsx @@ -1,10 +1,11 @@ -import slcImage from '../assets/images/slcImage.svg'; +import slcImage from '../../assets/images/slcImage.svg'; import { Form as StyleForm } from './Form-style'; export default function Form() { return (
+