styling popup title

This commit is contained in:
Tykayn 2025-09-23 12:53:52 +02:00 committed by tykayn
parent c194862e00
commit 114bcca24e
3 changed files with 171 additions and 90 deletions

View file

@ -515,4 +515,12 @@ select:invalid {
.maplibregl-popup-content{
min-width: 300px;
max-width: 95vw;
}
.event-popup h3{
font-size: 1.5rem !important;
}
.add-event-btn{
float: left;
width: 130px;
}