Skip to content

Commit 65aca16

Browse files
authored
Merge pull request #45 from OSSFE/better-sized-logos
using html to size logos
2 parents 0b256f6 + 766d706 commit 65aca16

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

index.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,10 @@ The **Open Source Software for Fusion Energy (OSSFE) Conference** is a first-of-
1616

1717
# Sponsored by
1818

19-
![morton logo](assets/morton-labs.webp)
20-
![proxima logo](assets/Logo_Proxima_Fusion.svg)
19+
<div style="display: flex; gap: 2rem; align-items: center;">
20+
<img src="assets/morton-labs.webp" alt="morton logo" style="flex: 6; max-width: 60%; height: auto;" />
21+
<img src="assets/Logo_Proxima_Fusion.svg" alt="proxima logo" style="flex: 4; max-width: 40%; height: auto;" />
22+
</div>
2123

2224
Details on registration can be found on the [registration](registration.md) page.
2325

0 commit comments

Comments
 (0)