Ethermap collaborative map tool inspired by etherpad.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

17 lines
221 B

body {
font-family: sans-serif;
margin: 0;
display: flex;
flex-direction: column;
min-height: 100vh;
}
nav {
padding-inline: 0.75em;
padding-block: 0.75em;
}
main.map {
display: block;
flex-grow: 1;
}