map responsive fond popup @ media
This commit is contained in:
@ -56,11 +56,14 @@
|
||||
}
|
||||
|
||||
#popup-content{
|
||||
width: 250px;
|
||||
background-color: white;
|
||||
border-radius: 5px;
|
||||
padding: 0.5rem;
|
||||
width: 300px;
|
||||
p{
|
||||
font-size: 0.7rem;
|
||||
}
|
||||
@media (max-width : 810px) {
|
||||
width: 250px;
|
||||
background-color: white;
|
||||
border-radius: 5px;
|
||||
padding: 0.5rem;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user