use auto width for the map. fix overlapping after resize

This commit is contained in:
Swrup 2022-02-07 22:00:49 +01:00
parent 5992f74e79
commit a7086b5dfd

View file

@ -24,7 +24,7 @@ blockquote.blockquote {
#map { #map {
height: 800px; height: 800px;
width: 600px; width: auto;
} }
.post { .post {