2026.camp.carte/css/style.css

18 lines
No EOL
221 B
CSS

body, html {
padding: 0;
margin: 0;
}
#map {
width: 100vw;
height: 100vh;
position: fixed;
top: 0;
left: 0;
z-index: -1;
}
#search-section {
margin-left: 50px;
margin-top: 15px;
}