File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 24
24
linear-gradient (to bottom, # 00000010 1px , transparent 1px );
25
25
}
26
26
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
+
27
36
.dl-btn {
28
37
background-color : # 0d6efd !important ;
29
38
border-color : # 0d6efd !important ;
Original file line number Diff line number Diff line change @@ -288,7 +288,7 @@ <h3 class="fs-2 text-body-emphasis">Theme support</h3>
288
288
289
289
<!-- Sponsors Section -->
290
290
< 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 ">
292
292
< div class ="col-lg-4 ">
293
293
< h2 class ="fw-bold mb-3 "> Sponsors</ h2 >
294
294
< p class ="text-secondary mb-4 ">
@@ -306,7 +306,7 @@ <h2 class="fw-bold mb-3">Sponsors</h2>
306
306
<!-- Sponsor Slots -->
307
307
< div class ="col ">
308
308
< 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; ">
310
310
< img src ="/.assets/sponsors/ultraservers-icon.svg " alt ="Sponsor " class ="img-fluid invert-light " style ="max-height: 50px; "/>
311
311
</ div >
312
312
</ a >
You can’t perform that action at this time.
0 commit comments