14 lines
179 B
SCSS
14 lines
179 B
SCSS
|
|
/*******************
|
||
|
|
map page start
|
||
|
|
******************/
|
||
|
|
|
||
|
|
.map iframe {
|
||
|
|
width: 100%;
|
||
|
|
height: 450px;
|
||
|
|
border: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
/* ***************
|
||
|
|
map page End
|
||
|
|
******************/
|