ENGO150 7b88652257
made the map working
no I need to add all the points
2023-05-28 16:04:04 +02:00

18 lines
182 B
CSS

*
{
margin: 0;
padding: 0;
}
.imgbox
{
display: grid;
height: 100%;
}
.center-fit
{
max-width: 100%;
max-height: 100vh;
margin: auto;
}