ProjetRIOT/style/parcoursup.css

11 lines
165 B
CSS
Raw Permalink Normal View History

2023-03-28 13:06:28 +02:00
body, html {
background-color: gainsboro;
2023-03-29 16:50:48 +02:00
min-height: 100vh;
padding-bottom: 0px;
2023-03-31 17:07:25 +02:00
}
#map {
height: 350px;
width: 100%;
border-radius: 5px;
2023-03-28 13:06:28 +02:00
}