mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
15 lines
136 B
CSS
15 lines
136 B
CSS
body {
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
|
|
html, body {
|
|
height: 100%;
|
|
width: 100%;
|
|
}
|
|
|
|
#olympus-map-container
|
|
{
|
|
height: 100%;
|
|
width: 100%;
|
|
} |