17 lines
195 B
CSS
17 lines
195 B
CSS
#map {
|
|
height: 100%;
|
|
}
|
|
|
|
|
|
#name {
|
|
display: none;
|
|
position: absolute;
|
|
margin-top: -40%;
|
|
}
|
|
|
|
#sidebar {
|
|
height: 70%;
|
|
width: 70%;
|
|
font-size: 13pt;
|
|
margin-left: 30%
|
|
}
|