Skip to content

Commit 85473dd

Browse files
committed
feat: update sponsors row
1 parent 0edb03c commit 85473dd

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

index.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,15 @@
2424
linear-gradient(to bottom, #00000010 1px, transparent 1px);
2525
}
2626

27+
.bp-grid.bp-sponsor {
28+
background-size: 20px 20px;
29+
background-position: -1px -1px;
30+
transition: scale .2s
31+
}
32+
.bp-sponsor:hover {
33+
scale: 1.05
34+
}
35+
2736
.dl-btn {
2837
background-color: #0d6efd !important;
2938
border-color: #0d6efd !important;

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ <h3 class="fs-2 text-body-emphasis">Theme support</h3>
288288

289289
<!-- Sponsors Section -->
290290
<div class="container py-5">
291-
<div class="row align-items-center mb-5">
291+
<div class="row align-items-center mb-5 row-gap-5">
292292
<div class="col-lg-4">
293293
<h2 class="fw-bold mb-3">Sponsors</h2>
294294
<p class="text-secondary mb-4">
@@ -306,7 +306,7 @@ <h2 class="fw-bold mb-3">Sponsors</h2>
306306
<!-- Sponsor Slots -->
307307
<div class="col">
308308
<a href="https://ultraservers.com" rel="noopener noreferrer" target="_blank">
309-
<div class="p-4 rounded-3 bg-dark-subtle d-flex align-items-center justify-content-center" style="height: 120px;">
309+
<div class="bp-grid bp-sponsor p-4 rounded-3 border border-secondary border-opacity-25 d-flex align-items-center justify-content-center" style="height: 120px;">
310310
<img src="/.assets/sponsors/ultraservers-icon.svg" alt="Sponsor" class="img-fluid invert-light" style="max-height: 50px;"/>
311311
</div>
312312
</a>

0 commit comments

Comments
 (0)