Skip to content

Commit

Permalink
Updated Logo Size
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob-Winch committed Jan 1, 2024
1 parent 0cc008d commit ee8d93d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import Calendar from '@components/Calendar.astro'
<>
<astro>
<section style="display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center;">
<img src="/images/logo.svg" alt="UAIS Logo" style="max-width: 48%; height: auto; max-height: 38%;">
<img src="/images/logo.svg" alt="UAIS Logo" style="max-width: 48%; height: auto; max-height: 40%;">
<h1 class = "title" style="color: white;">Undergraduate Artificial Intelligence Society</h1>
</section>
<section class="section">
Expand Down

0 comments on commit ee8d93d

Please sign in to comment.