diff --git a/src/components/Input/Input.tsx b/src/components/Input/Input.tsx index e955bf6..8e08856 100644 --- a/src/components/Input/Input.tsx +++ b/src/components/Input/Input.tsx @@ -6,13 +6,12 @@ interface Props { label?: string value: string onChange: Setter - onKeyDown?: (event: KeyboardEvent) => void } export default (props: Props) => { return ( <> - + {props.label} diff --git a/src/pages/IndexPage/Index.sass b/src/pages/IndexPage/Index.sass index ab1ef30..e3046ea 100644 --- a/src/pages/IndexPage/Index.sass +++ b/src/pages/IndexPage/Index.sass @@ -19,37 +19,14 @@ h1 align-content: flex-start gap: 0.5rem - @media only screen and (max-width: views.$tablet) - display: flex - flex-direction: row - flex-wrap: wrap - justify-content: center - align-items: center - align-content: flex-start - text-align: center - gap: 0.5rem - &__main font-size: 3.25rem margin: 0 1rem 0 0 - @media only screen and (max-width: views.$tablet) - padding: 2rem 0 0 0 - font-size: 2.25rem - margin: 0 1rem 0 0 - &__sub font-weight: 700 font-size: 2.75rem - @media only screen and (max-width: views.$tablet) - font-weight: 700 - font-size: 1.75rem - &__paragraph padding: 4rem 0 0 0 font-size: 1.25rem - - @media only screen and (max-width: views.$tablet) - padding: 3.25rem 0 0 0 - font-size: 1rem diff --git a/src/pages/IndexPage/Index.tsx b/src/pages/IndexPage/Index.tsx index 8e48009..d59f6e9 100644 --- a/src/pages/IndexPage/Index.tsx +++ b/src/pages/IndexPage/Index.tsx @@ -75,61 +75,25 @@ export default () => { - - - - -

OCBO e-Sign

- -
-

Secure e-Signature

- for Office of the City Building Official -

A paperless and effortless solution on signing permits

-
- - -