Skip to content

Commit

Permalink
fix: adjust logo sizes on conference page
Browse files Browse the repository at this point in the history
  • Loading branch information
musicEnfanthen committed Apr 10, 2024
1 parent 202a35e commit 8b8850e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _conferences/2024/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@
<div class="columns" style="align-items: center;">
<div class="column col-xs-12">
<a target="_blank" href="https://www.smu.edu/libraries/hamon">
<img src="/images/conference/2024/HamonArts_alt_digitalonly_BR.jpg" alt="SMU Hamon Arts Library" class="img-responsive" style="max-height: 70%;">
<img src="/images/conference/2024/HamonArts_alt_digitalonly_BR.jpg" alt="SMU Hamon Arts Library" class="img-responsive" style="max-width: 50% !important; height:auto; display: inline !important;">
</a>
</div>
<div class="column col-xs-12">
<a target="_blank" href="https://www.musiclibraryassoc.org">
<img src="/images/conference/2024/MLAlogo-with-name-highres.png" alt="MLA" class="img-responsive" style="max-height: 70%;">
<img src="/images/conference/2024/MLAlogo-with-name-highres.png" alt="MLA" class="img-responsive" style="max-width: 50% !important; height: auto; display: inline !important;">
</a>
</div>
</div>
Expand Down

0 comments on commit 8b8850e

Please sign in to comment.