Skip to content

Commit

Permalink
turn off logo width retainer
Browse files Browse the repository at this point in the history
  • Loading branch information
chaszg authored Jun 22, 2023
1 parent 1e80f5f commit 294e5be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ layout: home
<style>
#logo-container {
margin: 0 auto;
width: 70vw;
/* width: 70vw; */
padding: 15px;
padding-top: 0px;
}

#logo-container img {
width: 70vw;
/* width: 70vw; */
}
</style>

Expand Down

0 comments on commit 294e5be

Please sign in to comment.