rater/assets/styles/app.css

7 lines
128 B
CSS
Raw Normal View History

2026-06-02 01:04:08 +02:00
body {
background-color: skyblue;
}
html, body { height: 100%; margin: 0; }
.map-container { height: 100vh; width: 100%; }