Map: positions

This commit is contained in:
Pascal Engélibert
2023-04-26 11:24:49 +02:00
parent d3da1077b2
commit 98f519215a
4 changed files with 43 additions and 1 deletions

View File

@ -156,3 +156,9 @@ h3 {
height: 1px;
background: linear-gradient(0.25turn, $blue, $violet);
}
#map {
width: 100%;
height: 600px;
max-height: calc(100vh - 64px);
}