Skip to content

Commit 665baf5

Browse files
committed
sponsors: layout
1 parent 9c3dcb5 commit 665baf5

File tree

2 files changed

+6
-13
lines changed

2 files changed

+6
-13
lines changed

css/main.css

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -408,15 +408,8 @@ a.primary {
408408
width: 100%;
409409
}
410410

411-
.second-level-sponsors td {
412-
width: 50%;
413-
padding: 1em 0;
414-
text-align: center;
415-
vertical-align: middle;
416-
}
417-
418411
.second-level-sponsors img {
419-
width: 80%;
412+
margin-left: 1em;
420413
}
421414
@media (min-width: var(--main-breakpoint)) {
422415
.second-level-sponsor img {

sponsors.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,22 +76,22 @@ <h2>Sponsors</h2>
7676
</div>
7777

7878
<dl>
79-
<h2>Thanks to the original fundraiser sponsors:</h2>
79+
<h3 style="margin-top: 1em;">Original fundraiser sponsors:</h3>
8080
<dd>
8181
<p>
8282
<div class="first-level-sponsor">
8383
<a href="http://digitalocean.com"><img src="/images/sponsors/[email protected]"
84-
alt="Digital Ocean logo" width="311" height="50"></a>
84+
alt="Digital Ocean logo" height="50"></a>
8585
</div>
8686
<div class="second-level-sponsors">
8787
<div>
88-
<a href="http://superjer.com"><img src="/images/sponsors/[email protected]" alt="SuperJer logo" width="119" height="115"></a>
88+
<a href="http://superjer.com"><img src="/images/sponsors/[email protected]" alt="SuperJer logo" height="115"></a>
8989
</div>
9090
<div>
91-
<img src="/images/sponsors/[email protected]" alt="Bountysource logo" width="144" height="53">
91+
<img src="/images/sponsors/[email protected]" alt="Bountysource logo" height="53">
9292
</div>
9393
<div>
94-
<img src="/images/sponsors/[email protected]" alt="Ryan Durk logo" width="125" height="45">
94+
<img src="/images/sponsors/[email protected]" alt="Ryan Durk logo" height="45">
9595
</div>
9696
</div>
9797
</p>

0 commit comments

Comments
 (0)