mirror of
https://github.com/System-End/site.git
synced 2026-04-19 22:05:11 +00:00
Add margin-bottom
Co-authored-by: Sam Poder <39828164+sampoder@users.noreply.github.com>
This commit is contained in:
parent
b84d818ccd
commit
7ba8c92c8e
1 changed files with 1 additions and 1 deletions
|
|
@ -187,7 +187,7 @@ function Signup() {
|
|||
const [values, setValues] = useState({})
|
||||
return (
|
||||
<Base method="get" target="_blank" action="https://hack.af/santa-signup">
|
||||
<Heading sx={{ color: 'black', textAlign: 'left' }}>Register!</Heading>
|
||||
<Heading sx={{ color: 'black', textAlign: 'left', mb: 2 }}>Register!</Heading>
|
||||
<Text sx={{ textAlign: 'left', color: 'muted' }}>
|
||||
Be sure to check out the{' '}
|
||||
<Link href="https://hack.af/rules-santa" sx={{ color: 'blue' }}>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue