mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig.space.git
synced 2025-12-14 08:46:49 +00:00
🛠 Podcast categories and player
This commit is contained in:
@@ -19,8 +19,8 @@
|
||||
|
||||
.main {
|
||||
flex: 1;
|
||||
padding-top: var(--space-xl);
|
||||
padding-bottom: var(--space-xl);
|
||||
padding-top: var(--space-xxl);
|
||||
padding-bottom: var(--space-xxl);
|
||||
|
||||
& h1,
|
||||
& h2 {
|
||||
@@ -28,6 +28,12 @@
|
||||
color: var(--color-secondary);
|
||||
}
|
||||
|
||||
& .centered {
|
||||
text-align: center;
|
||||
margin-left: auto;
|
||||
margin-righht: auto;
|
||||
}
|
||||
|
||||
& .lead {
|
||||
margin-bottom: var(--space-xxl);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user