mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig.space.git
synced 2025-12-14 16:56:50 +00:00
Add events section (#18)
* Add events section * Try build fix * Header improvements * Update almost everything
This commit is contained in:
5
src/css/sections/events.css
Normal file
5
src/css/sections/events.css
Normal file
@@ -0,0 +1,5 @@
|
||||
#events {
|
||||
& img {
|
||||
max-width: 100%;
|
||||
}
|
||||
}
|
||||
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#spenden {
|
||||
& h2 {
|
||||
margin-bottom: var(--space-xl);
|
||||
& .spenden {
|
||||
margin-top: var(--space-xxl);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user