another removal of the same unsuitable selector

This commit is contained in:
Jonas Hess 2022-01-30 14:36:53 +01:00
parent ff201e451e
commit 4e66ee27f1
No known key found for this signature in database
GPG Key ID: 8F51E16E7961BD47

View File

@ -659,10 +659,3 @@ form > p {
padding-left: 0; padding-left: 0;
} }
} }
// X-Large devices (large desktops, 1200px and up)
@media (min-width: 1200px) {
#value-id\.1\.6\.map {
margin: 0;
}
}