Skip to content

Commit 4f90e49

Browse files
committed
sponsors: layout/css
1 parent b2393d7 commit 4f90e49

File tree

3 files changed

+7
-11
lines changed

3 files changed

+7
-11
lines changed

css/main.css

-4
Original file line numberDiff line numberDiff line change
@@ -403,10 +403,6 @@ a.primary {
403403
margin-bottom: 20px;
404404
}
405405

406-
.first-level-sponsor img {
407-
max-width: 100%;
408-
}
409-
410406
.second-level-sponsors {
411407
width: 100%;
412408
}

index.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@ <h3>Drop-in Vim</h3>
8080
<div class="col-narrow">
8181
<h2 id="sponsors-header">Sponsors</h2>
8282
<div id="sponsors" class="sponsors-main">
83-
<p>
83+
<div class="first-level-sponsor">
8484
<a href="https://coderabbit.ai/">
85-
<picture title="Visit https://coderabbit.ai to learn more." alt="Visit https://coderabbit.ai to learn more.">
85+
<picture title="Visit coderabbit.ai to learn more." alt="Visit coderabbit.ai to learn more.">
8686
<!-- light mode: -->
8787
<source srcset="images/sponsors/coderabbit-logo.svg" media="(prefers-color-scheme: light)"/>
8888
<!-- dark mode: -->
@@ -91,13 +91,13 @@ <h2 id="sponsors-header">Sponsors</h2>
9191
<img width="300" class="img-fluid" src="images/sponsors/coderabbit-logo.svg">
9292
</picture>
9393
</a>
94-
</p>
95-
<p>
94+
</div>
95+
<div class="first-level-sponsor">
9696
<a href="https://www.warp.dev/?utm_source=github&utm_medium=referral&utm_campaign=neovim_20231211"><img width="300" class="img-fluid" src="images/sponsors/warp-300px.png" title="Visit warp.dev to learn more." alt="Visit warp.dev to learn more."/>
9797
<br/>
9898
Warp is a modern, Rust-based terminal with AI built in so you and your team can build great software, faster.
9999
</a>
100-
</p>
100+
</div>
101101
</div>
102102

103103
<div class="news-section">

sponsors.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@ <h2>Sponsoring Neovim development</h2>
5252

5353
<div>
5454
<h2>Sponsors</h2>
55-
<div id="sponsors3">
55+
<div id="sponsors3" class="first-level-sponsor">
5656
<a href="https://rizin.re/">
5757
<img width="297" height="100" src="/images/sponsors/rizin.svg" alt="Rizin"/>
5858
</a>
5959
</div>
60-
<div id="sponsors4">
60+
<div id="sponsors4" class="first-level-sponsor">
6161
<a href="https://route4me.com/">
6262
<img width="300" height="76" src="/images/sponsors/route4me-logo.png" alt="Route4Me Route Planner" />
6363
</a>

0 commit comments

Comments
 (0)