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.
18 lines
221 B
18 lines
221 B
1 year ago
|
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;
|
||
|
}
|