map responsive fond popup @ media

This commit is contained in:
ouidade 2024-10-08 14:57:04 +02:00
parent 452d640680
commit 5f70faf3d4
2 changed files with 16 additions and 8 deletions

View File

@ -56,11 +56,14 @@
} }
#popup-content{ #popup-content{
width: 300px;
p{
font-size: 0.7rem;
}
@media (max-width : 810px) {
width: 250px; width: 250px;
background-color: white; background-color: white;
border-radius: 5px; border-radius: 5px;
padding: 0.5rem; padding: 0.5rem;
p{
font-size: 0.7rem;
} }
} }

View File

@ -3116,12 +3116,17 @@ header #block-quartiers-de-demain-logoquartiersdedemain .field_field_logo .qdd-h
padding-left: 0.2rem; padding-left: 0.2rem;
} }
#popup-content {
width: 300px;
}
#popup-content p {
font-size: 0.7rem;
}
@media (max-width: 810px) {
#popup-content { #popup-content {
width: 250px; width: 250px;
background-color: white; background-color: white;
border-radius: 5px; border-radius: 5px;
padding: 0.5rem; padding: 0.5rem;
} }
#popup-content p {
font-size: 0.7rem;
} }