mirror of
https://github.com/Llloooggg/WhereToGo.git
synced 2026-03-05 20:26:23 +03:00
11 lines
146 B
CSS
11 lines
146 B
CSS
html,
|
|
body {
|
|
height: 100%;
|
|
width: 100%;
|
|
overflow-x: hidden;
|
|
}
|
|
|
|
#map {
|
|
box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
|
|
height: 93vh;
|
|
} |