use auto width for the map. fix overlapping after resize
This commit is contained in:
parent
5992f74e79
commit
a7086b5dfd
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ blockquote.blockquote {
|
||||||
|
|
||||||
#map {
|
#map {
|
||||||
height: 800px;
|
height: 800px;
|
||||||
width: 600px;
|
width: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.post {
|
.post {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue