diff --git a/src/components/header/index.tsx b/src/components/header/index.tsx index 18b6497..e704766 100644 --- a/src/components/header/index.tsx +++ b/src/components/header/index.tsx @@ -32,7 +32,7 @@ export const Header: FunctionalComponent = () => ( Sign-up form -

Unfortunatly the event is sold out but you can sign up for the waiting list below and have a chance of still claiming a spot!

+ Unfortunatly the event is sold out but you can sign up for the waiting list below and have a chance of still claiming a spot! {/* Buy Tickets diff --git a/src/components/header/style.scss b/src/components/header/style.scss index 4fd9aed..1bec83b 100644 --- a/src/components/header/style.scss +++ b/src/components/header/style.scss @@ -66,6 +66,12 @@ font-size: 24px; font-family: "Krona-One"; } + + small { + color: $primary-color; + font-size: 16px; + font-family: "Krona-One"; + } } // @include breakpoint(sm) {