12 lines
150 B
SCSS
12 lines
150 B
SCSS
page{
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.container{
|
|
width: 100%;
|
|
height: 100%;
|
|
.map{
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
} |