mirror of
https://github.com/revanced/revanced-website.git
synced 2025-05-16 13:37:05 +02:00
fix: adjust credits spacing
This commit is contained in:
parent
26b81fb969
commit
3dbf275443
@ -19,6 +19,7 @@
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
padding: 0.5rem;
|
padding: 0.5rem;
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
|
width:100px;
|
||||||
transition: all 0.3s var(--bezier-one);
|
transition: all 0.3s var(--bezier-one);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -44,6 +45,9 @@
|
|||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
|
white-space: nowrap;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
}
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
|
@ -44,7 +44,7 @@
|
|||||||
gap: 1.5rem;
|
gap: 1.5rem;
|
||||||
display: grid;
|
display: grid;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
|
grid-template-columns: repeat(auto-fill, minmax(90px, 1fr));
|
||||||
background-color: var(--grey-six);
|
background-color: var(--grey-six);
|
||||||
padding: 1.5rem;
|
padding: 1.5rem;
|
||||||
border-radius: 28px;
|
border-radius: 28px;
|
||||||
|
@ -10,11 +10,3 @@
|
|||||||
<ContributorHost repo="integrations"/>
|
<ContributorHost repo="integrations"/>
|
||||||
<ContributorHost repo="manager"/>
|
<ContributorHost repo="manager"/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<style>
|
|
||||||
.contrib-grid {
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
gap: 2rem;
|
|
||||||
}
|
|
||||||
</style>
|
|
Loading…
x
Reference in New Issue
Block a user