Skip to content

Commit

Permalink
fixing spacing logos
Browse files Browse the repository at this point in the history
  • Loading branch information
massimotisi committed Feb 17, 2025
1 parent 65a8fca commit bce5cb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
<div style="display: flex; flex-direction: column; align-items: center;">
<div style="flex: fit-content;">
<a href="https://www.ls2n.fr/equipe/naomod/">
<img class="logo" src="img/logo-ls2n.png" style="height: 3rem;margin-top:20px;" alt="LS2N logo">
<img class="logo" src="img/logo-ls2n.png" style="height: 2.5rem;margin-top:20px;" alt="LS2N logo">
</a>
</div>
<div style="flex: fit-content;">
<a href="https://www.imt-atlantique.fr/">
<img class="logo" src="img/logo-imta.svg" alt="IMT Atlantique logo" style="height: 12rem;margin-top:-80px;margin-bottom:-50px;">
<img class="logo" src="img/logo-imta.svg" alt="IMT Atlantique logo" style="height: 14rem;margin-top:-100px;margin-bottom:-70px;">
</a>
</div>
<div style="flex: fit-content;">
Expand Down

0 comments on commit bce5cb8

Please sign in to comment.