Skip to content

Commit

Permalink
embiggen button
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonappah committed Aug 18, 2024
1 parent 8ec2c70 commit e3ca33d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/pages/events/kickoff.astro
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const url = "https://portal.cometrobotics.org/events/1/rsvp"
style={{
backgroundColor: 'white',
color: 'var(--primary)',
padding: '0.5rem 1rem',
padding: '1rem 2rem',
borderRadius: '999px',
fontFamily: '\'Mashine\', sans-serif',
textDecoration: 'none',
Expand All @@ -67,7 +67,7 @@ const url = "https://portal.cometrobotics.org/events/1/rsvp"
href={url}
target="_blank"
>
RSVP
RSVP NOW
</a>}
</div>
<div class="image-container">
Expand Down Expand Up @@ -101,7 +101,7 @@ const url = "https://portal.cometrobotics.org/events/1/rsvp"
{url && <a
style={{
backgroundColor: 'var(--primary)',
padding: '0.5rem 1rem',
padding: '1rem 2rem',
borderRadius: '999px',
fontFamily: '\'Mashine\', sans-serif',
textDecoration: 'none',
Expand All @@ -111,7 +111,7 @@ const url = "https://portal.cometrobotics.org/events/1/rsvp"
href={url}
target="_blank"
>
RSVP
RSVP NOW
</a>}
<div class="image-grid">
{images.map((img) => <img src={img} class="history-image" />)}
Expand Down

0 comments on commit e3ca33d

Please sign in to comment.