docs: try to include all sponsors/backers

This commit is contained in:
Harttle
2024-03-11 22:06:17 +08:00
parent 902a8e4c22
commit 01029aba87
11 changed files with 67 additions and 103 deletions
+20 -18
View File
@@ -171,7 +171,7 @@
background: var(--color-link-hover)
color: #fff
#backers-wrap, #sponsors-wrap, #contributors-wrap
#sponsors-wrap, #contributors-wrap
background: var(--color-navy-lighter)
border-top: 1px solid #161d24
border-bottom: 1px solid #161d24
@@ -192,28 +192,20 @@
text-decoration: none
#contributors-wrap
.all-contributors
tr
display: flex
flex-wrap: wrap
td
margin: 10px 2px 0
a img
display: inline-block
height: 72px
width: 72px
background: var(--color-gray)
border-radius: 50%
margin-bottom: 10px
.description a
color: #fff
&:hover
background: #fff
color: var(--color-navy-lighter)
#sponsors-wrap, #backers-wrap
#sponsors-wrap
border: none
text-align: right
background: var(--color-content-bg)
overflow: hidden;
.contributors
display: flex;
justify-content: right;
.inner
h3
color: var(--color-default)
@@ -235,6 +227,16 @@
background: #fff
color: var(--color-navy-lighter)
#backers-wrap
text-align: right
background: var(--color-content-bg)
.contributors
tr
display: flex
flex-wrap: wrap
td
margin: 10px 2px 0
a img
display: inline-block
height: 72px
width: 72px
background: var(--color-gray)
border-radius: 50%
margin-bottom: 10px