Skip to content

Commit 2a315fb

Browse files
committed
Fix sponsors rendering
Signed-off-by: Miguel Ojeda <[email protected]>
1 parent 5524282 commit 2a315fb

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/Rust-for-Linux.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ This website is intended as a hub of links, documentation and resources related
66

77
<a href="sponsors">
88
<div style="background: white; margin-top: 2.5em; border-radius: 10px; padding: 20px; display: flex; align-items: center; justify-content: center; column-gap: 4%;">
9-
<img style="flex: 14 1 0; object-fit: contain; width: 100%;" src="ISRG.svg" alt="ISRG Logo">
10-
<img style="flex: 15 1 0; object-fit: contain; width: 100%;" src="Google.svg" alt="Google Logo">
11-
<img style="flex: 9 1 0; object-fit: contain; width: 100%;" src="Futurewei.png" alt="Futurewei Logo">
9+
<div style="flex: 14 1 0;"><img style="width: 100%; height: auto;" src="ISRG.svg" alt="ISRG Logo"></div>
10+
<div style="flex: 15 1 0;"><img style="width: 100%; height: auto;" src="Google.svg" alt="Google Logo"></div>
11+
<div style="flex: 9 1 0;"><img style="width: 100%; height: auto;" src="Futurewei.png" alt="Futurewei Logo"></div>
1212
</div>
1313
</a>
1414

src/Sponsors.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
</blockquote>
1717

1818
<div style="background: white; margin-top: 2.5em; border-radius: 10px; padding: 20px; display: flex; align-items: center; justify-content: center; column-gap: 4%;">
19-
<img style="flex: 14 1 0; object-fit: contain; width: 100%;" src="Google.svg" alt="Google Logo">
20-
<img style="flex: 9 1 0; object-fit: contain; width: 100%;" src="Futurewei.png" alt="Futurewei Logo">
19+
<div style="flex: 14 1 0;"><img style="width: 100%; height: auto;" src="Google.svg" alt="Google Logo"></div>
20+
<div style="flex: 9 1 0;"><img style="width: 100%; height: auto;" src="Futurewei.png" alt="Futurewei Logo"></div>
2121
</div>
2222

2323
## Zulip

0 commit comments

Comments
 (0)