Latest version 1.0
Released 3 years ago
Initial V1
Make the "Explore" map button in the map entity big enough to actually notice... this is very specific.
.entity-story-block a[href*="explore"] {
height: 20rem;
display: flex;
align-items: center;
justify-content: center;
font-size: 5rem;
}
Released 3 years ago
Initial V1