Reduce meetup font sze on map

This commit is contained in:
Dennis Reimann
2022-02-21 10:18:47 +01:00
parent fe768375f7
commit 442721a29e

View File

@@ -37,6 +37,7 @@
& li {
position: absolute;
z-index: 1;
font-size: var(--font-size-xs);
&.unmapped {
display: none;
@@ -52,6 +53,8 @@
& a {
color: inherit;
display: inline-block;
margin-top: .2rem;
}
& .dot {