map responsive fond popup

This commit is contained in:
2024-10-08 14:50:59 +02:00
parent 0f3c160735
commit 452d640680
3 changed files with 16 additions and 2 deletions

View File

@ -56,7 +56,10 @@
}
#popup-content{
width: 300px;
width: 250px;
background-color: white;
border-radius: 5px;
padding: 0.5rem;
p{
font-size: 0.7rem;
}