14 lines
189 B
Plaintext
14 lines
189 B
Plaintext
|
|
.mapWrapper {
|
||
|
|
width: 100%;
|
||
|
|
margin-bottom: 12px;
|
||
|
|
overflow: hidden;
|
||
|
|
border: 1px solid #f0f0f0;
|
||
|
|
border-radius: 2px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.map {
|
||
|
|
position: relative;
|
||
|
|
width: 100%;
|
||
|
|
height: 240px;
|
||
|
|
}
|