map responsive fond popup @ media
This commit is contained in:
parent
452d640680
commit
5f70faf3d4
|
@ -56,11 +56,14 @@
|
|||
}
|
||||
|
||||
#popup-content{
|
||||
width: 300px;
|
||||
p{
|
||||
font-size: 0.7rem;
|
||||
}
|
||||
@media (max-width : 810px) {
|
||||
width: 250px;
|
||||
background-color: white;
|
||||
border-radius: 5px;
|
||||
padding: 0.5rem;
|
||||
p{
|
||||
font-size: 0.7rem;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -3116,12 +3116,17 @@ header #block-quartiers-de-demain-logoquartiersdedemain .field_field_logo .qdd-h
|
|||
padding-left: 0.2rem;
|
||||
}
|
||||
|
||||
#popup-content {
|
||||
width: 300px;
|
||||
}
|
||||
#popup-content p {
|
||||
font-size: 0.7rem;
|
||||
}
|
||||
@media (max-width: 810px) {
|
||||
#popup-content {
|
||||
width: 250px;
|
||||
background-color: white;
|
||||
border-radius: 5px;
|
||||
padding: 0.5rem;
|
||||
}
|
||||
#popup-content p {
|
||||
font-size: 0.7rem;
|
||||
}
|
Loading…
Reference in New Issue