mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig.space.git
synced 2025-12-14 00:36:48 +00:00
CSS fixes
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
.header {
|
.header {
|
||||||
|
background-color: var(--color-body-bg);
|
||||||
transition-property: color, background-color, box-shadow;
|
transition-property: color, background-color, box-shadow;
|
||||||
transition-duration: var(--transition-duration-fast);
|
transition-duration: var(--transition-duration-fast);
|
||||||
|
|
||||||
|
|||||||
@@ -8,7 +8,9 @@
|
|||||||
& #map {
|
& #map {
|
||||||
@media (--up_to_L) {
|
@media (--up_to_L) {
|
||||||
margin-top: var(--space-xl);
|
margin-top: var(--space-xl);
|
||||||
& img {
|
|
||||||
|
& img,
|
||||||
|
& .dot {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user