map responsive fond popup

This commit is contained in:
ouidade 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;
}

View File

@ -1773,6 +1773,11 @@ header #block-quartiers-de-demain-logoquartiersdedemain .field_field_logo .qdd-h
padding-top: 3rem;
padding-left: 4rem;
}
@media (max-width: 1090px) {
#home article.node-type-static .field_field_map_block #block-sitesmapblock {
padding-left: 0rem;
}
}
#home article.node-type-static .field_field_map_block #block-sitesmapblock h2 {
width: fit-content;
margin: auto;
@ -3112,7 +3117,10 @@ header #block-quartiers-de-demain-logoquartiersdedemain .field_field_logo .qdd-h
}
#popup-content {
width: 300px;
width: 250px;
background-color: white;
border-radius: 5px;
padding: 0.5rem;
}
#popup-content p {
font-size: 0.7rem;

View File

@ -164,6 +164,9 @@
background-color: #cecfcc;
padding-top: 3rem;
padding-left: 4rem;
@media(max-width: 1090px){
padding-left: 0rem;
}
h2{
width: fit-content;