Skip to content

Commit

Permalink
Merge pull request #7 from EZLJ/main
Browse files Browse the repository at this point in the history
Hot fix
  • Loading branch information
PZV5077 authored Jun 3, 2024
2 parents d56617b + 3fc26d2 commit d52185d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion studentcouncil/contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</ul>
<ul class="icons">
<li>
<img src="/images/SC/logo.png" alt="" height="61" style="float:left" id="clickableImage">
<img src="/images/SC/logo.png" alt="" height=100% style="float:left" id="clickableImage">
</li>
</ul>

Expand Down
2 changes: 1 addition & 1 deletion studentcouncil/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</ul>
<ul class="icons">
<li>
<img src="/images/SC/logo.png" alt="" height="61" style="float:left" id="clickableImage">
<img src="/images/SC/logo.png" alt="" height=100% style="float:left" id="clickableImage">
</li>
</ul>

Expand Down
2 changes: 1 addition & 1 deletion studentcouncil/openday.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</ul>
<ul class="icons">
<li>
<img src="/images/SC/logo.png" alt="" height="61" style="float:left" id="clickableImage">
<img src="/images/SC/logo.png" alt="" height=100% style="float:left" id="clickableImage">
</li>
</ul>

Expand Down
2 changes: 1 addition & 1 deletion studentcouncil/publicrelease.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</ul>
<ul class="icons">
<li>
<img src="/images/SC/logo.png" alt="" height="61" style="float:left" id="clickableImage">
<img src="/images/SC/logo.png" alt="" height=100% style="float:left" id="clickableImage">
</li>
</ul>

Expand Down

0 comments on commit d52185d

Please sign in to comment.