make map key responsive

This commit is contained in:
seotts 2020-10-27 13:55:00 -04:00
parent 73cf337ac2
commit f88fd8279a

View file

@ -698,6 +698,10 @@ p {
img {
padding: 4px 8px;
@media #{$small} {
width: 280px;
}
}
}
}