Skip to content

Commit

Permalink
Changed home page logo size
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob-Winch committed Oct 30, 2023
1 parent 9527182 commit a5f7466
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ 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: 60%; height: auto;">
<h1 style="color: white;">Undergraduate Artificial Intelligence Society</h1>
<img src="/images/logo.svg" alt="UAIS Logo" style="max-width: 60%; height: auto; max-height: 60%;">
<h1 class = "title" style="color: white;">Undergraduate Artificial Intelligence Society</h1>
</section>
<section class="section">
<h2 class="title">Description</h2>
Expand Down

0 comments on commit a5f7466

Please sign in to comment.