🛠 Podcast categories and player

This commit is contained in:
Dennis Reimann
2020-10-05 16:34:52 +02:00
parent 7507cd5249
commit 11a56902cb
13 changed files with 228 additions and 25 deletions

View File

@@ -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);
}