mirror of
https://github.com/Llloooggg/WhereToGo.git
synced 2026-03-06 04:36:22 +03:00
10 lines
120 B
CSS
10 lines
120 B
CSS
html,
|
|
body {
|
|
height: 100%;
|
|
}
|
|
|
|
#map {
|
|
box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
|
|
height: 93%;
|
|
width: 70%;
|
|
} |