Add events section (#18)

* Add events section

* Try build fix

* Header improvements

* Update almost everything
This commit is contained in:
d11n
2021-10-01 09:15:19 +02:00
committed by GitHub
parent f9f920654e
commit 86141a9e7c
24 changed files with 419 additions and 88 deletions

View File

@@ -0,0 +1,5 @@
#events {
& img {
max-width: 100%;
}
}

View File

@@ -1,4 +1,12 @@
#podcast {
&.podcast-home h1 {
display: none;
}
&.podcast-category h1 {
margin-top: var(--space-l);
}
& .categories {
display: inline-flex;
flex-wrap: wrap;
@@ -25,11 +33,17 @@
text-decoration: none;
}
}
&.current {
color: var(--color-neutral-0);
background-color: var(--color-secondary);
text-decoration: none;
}
}
}
& .current {
margin-bottom: 4rem;
& .latest {
margin-bottom: var(--space-xxl);
}
}

View File

@@ -1,6 +1,6 @@
#spenden {
& h2 {
margin-bottom: var(--space-xl);
& .spenden {
margin-top: var(--space-xxl);
}
}