Skip to content

Commit

Permalink
fix margin
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-ls committed May 9, 2024
1 parent fe1faac commit 14fd930
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/public/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export default class Main extends Component<MainProps, MainState> {
"Challenges themselves run on the wonderful kctf! We're using GZCTF for our web platform this year, see the link for more info.",
"Signups are now open."
]}>
<a href="https://github.com/GZTimeWalker/GZCTF">GZCTF Repo</a>
<a style={{display: "inline-block", marginBottom: "1.5em"}} href="https://github.com/GZTimeWalker/GZCTF">GZCTF Repo</a>
<Button link={SIGNUP_URL}>Sign Up</Button>
</Section>
<Section classes="sponsor" heading={"SPONSOR\u00ADSHIP"} headerurl="svg/triangle-cyan.svg" text={[
Expand Down

0 comments on commit 14fd930

Please sign in to comment.