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 f7362629f1
commit 9c35d10798

View file

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