Skip to content

Commit

Permalink
editing logo sizes
Browse files Browse the repository at this point in the history
Signed-off-by: Melody Nguyen <128001866+melodyxnguyen@users.noreply.github.com>
  • Loading branch information
melodyxnguyen authored Feb 11, 2024
1 parent 1ad4688 commit 9142468
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 @@ -53,12 +53,12 @@ <h2 class="page-description">{{ site.description }}</h2>
<div style="display: flex; flex-wrap: wrap; justify-content: center; align-items: center; text-align: center; margin-top: 40px;">
<div style="margin: 7px -45px 2px; flex: 1;">
<a href="https://lfenergy.org/" target="_blank">
<img src="/assets/images/white-LF.png" alt="Linux Foundation" style="max-width: 50%; margin-top: 0px;">
<img src="/assets/images/white-LF.png" alt="Linux Foundation" style="max-width: 55%; margin-top: 0px;">
</a>
</div>
<div style="margin: -30px; flex: 1;">
<a href="https://www6.slac.stanford.edu/" target="_blank">
<img src="/assets/images/whiteslac.webp" alt="SLAC National Accelerator Laboratory" style="max-width: 45%; margin-top: 0px;">
<img src="/assets/images/whiteslac.webp" alt="SLAC National Accelerator Laboratory" style="max-width: 50%; margin-top: 0px;">
</a>
</div>
<div style="margin: -30px; flex: 1;">
Expand Down

0 comments on commit 9142468

Please sign in to comment.