Skip to content

Commit

Permalink
Merge pull request #26 from WISVCH/Waiting_List
Browse files Browse the repository at this point in the history
Fix for mobile
  • Loading branch information
sajochems authored May 3, 2024
2 parents 3693b3a + f17eeca commit 0a2d8e9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/header/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export const Header: FunctionalComponent = () => (
Sign-up form
</a>

<p> 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!</p>
<small> 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!</small>
{/* <a href="https://ch.tudelft.nl/activities/event/2024/hackaton/" target="_blank">
<Icon icon={faTicket} pad />
Buy Tickets
Expand Down
6 changes: 6 additions & 0 deletions src/components/header/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 0a2d8e9

Please sign in to comment.