11 lines
165 B
CSS
11 lines
165 B
CSS
body, html {
|
|
background-color: gainsboro;
|
|
min-height: 100vh;
|
|
padding-bottom: 0px;
|
|
}
|
|
|
|
#map {
|
|
height: 350px;
|
|
width: 100%;
|
|
border-radius: 5px;
|
|
} |