easy-osm2city-podman/managment/www/style.css
fly 03432c7be6 Make site comfy dark
Signed-off-by: fly <merspieler@airmail.cc>
2023-10-25 12:53:56 +00:00

37 lines
386 B
CSS

#container
{
display: flex;
flex-wrap: wrap;
list-style: none;
align-content: flex-start;
}
#infobody
{
margin: 0px;
padding: 0px;
}
#tablecontainer
{
position: absolute;
top: 0px;
left: 6px;
}
table
{
margin-bottom: 7px;
}
svg
{
padding-right: 7px;
}
#map
{
height: 450px;
width: 720px;
}
body
{
color: #e8e6e3;
background-color: #181a1b;
}