mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig.space.git
synced 2025-12-15 01:06:51 +00:00
Spendenübersicht
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#spenden {
|
||||
& .spenden {
|
||||
margin-top: var(--space-xxl);
|
||||
margin-top: var(--space-xl);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -22,6 +22,10 @@
|
||||
}
|
||||
}
|
||||
|
||||
.spenden + h2 {
|
||||
margin-top: calc(var(--space-xxl) * 1.5);
|
||||
}
|
||||
|
||||
.spende {
|
||||
height: 100%;
|
||||
padding-top: var(--space-xl);
|
||||
@@ -43,6 +47,7 @@
|
||||
border-radius: 50%;
|
||||
border: 10px solid var(--color-card-bg);
|
||||
margin: calc(var(--space-xxl) * -1) auto 0;
|
||||
background-color: var(--color-card-bg);
|
||||
background-size: 100%;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
@@ -64,6 +69,12 @@
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
& .info {
|
||||
color: var(--color-secondary);
|
||||
font-weight: var(--font-weight-bold);
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
& .social {
|
||||
& a {
|
||||
position: absolute;
|
||||
|
||||
Reference in New Issue
Block a user