Skip to content

Commit a7864fa

Browse files
committed
sponsors: layout
1 parent 6e4f3d8 commit a7864fa

File tree

2 files changed

+1
-56
lines changed

2 files changed

+1
-56
lines changed

css/main.css

Lines changed: 0 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -412,61 +412,6 @@ a.primary {
412412
width: auto;
413413
}
414414

415-
/*
416-
* Sponsors table
417-
*
418-
*/
419-
.sponsors-table {
420-
width: 100%;
421-
margin-top: 20px;
422-
line-height: 1;
423-
}
424-
425-
.sponsors-table td {
426-
vertical-align: middle;
427-
}
428-
429-
.sponsors-table h3 {
430-
display: inline;
431-
432-
margin: 0;
433-
padding-bottom: 20px;
434-
position: relative;
435-
top: -0.8rem;
436-
}
437-
438-
.sponsors-table .sponsor-image {
439-
text-align: right;
440-
padding-right: 12px;
441-
padding-bottom: 20px;
442-
width: 128px;
443-
}
444-
445-
.sponsors-table .sponsor-amount {
446-
padding-left: 12px;
447-
}
448-
449-
.sponsors-table .sponsor-name {
450-
background-image: linear-gradient(
451-
90deg,
452-
var(--bg-color) 25%,
453-
var(--bg-color) 75%,
454-
var(--border-color) 75%
455-
);
456-
background-size: 6px 2px;
457-
background-position: 0 40%;
458-
background-repeat: repeat-x;
459-
}
460-
461-
.sponsors-table .sponsor-name h3 {
462-
background-color: var(--accent-bg-color);
463-
padding-right: 10px;
464-
}
465-
466-
.sponsor-amount {
467-
white-space: nowrap;
468-
}
469-
470415
/*
471416
* Footer
472417
*

sponsors.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ <h2>Sponsoring Neovim development</h2>
5050
</dl>
5151
</div>
5252

53-
<div>
53+
<div style="padding-left: 2em;">
5454
<h2>Sponsors</h2>
5555
<div id="sponsors2" class="first-level-sponsor">
5656
<a href="https://www.meta.com/" style="display: block;">

0 commit comments

Comments
 (0)