16 lines
173 B
CSS
16 lines
173 B
CSS
#map {
|
|
height: 70vh;
|
|
margin-top: 1rem;
|
|
}
|
|
|
|
.messages-container {
|
|
margin-top: 1em;
|
|
}
|
|
|
|
#quick-actions {
|
|
margin-bottom: 1em;
|
|
}
|
|
|
|
body {
|
|
margin-bottom: 1em;
|
|
}
|