increase header height

This commit is contained in:
root 2024-10-24 00:52:10 +00:00
parent d69035cf65
commit 5213995fa8

View file

@ -33,7 +33,7 @@
display: flex; display: flex;
gap: 2ch; gap: 2ch;
font-family: "Roboto", sans-serif; font-family: "Roboto", sans-serif;
padding: 0.5em 1em; padding: 0.75em;
position: absolute; position: absolute;
top: 0; top: 0;
left: 0; left: 0;
@ -74,7 +74,7 @@
box-shadow: none; box-shadow: none;
} }
.leaflet-top { .leaflet-top {
top: 3em; top: 4em;
} }
.leaflet-tooltip-pane { .leaflet-tooltip-pane {
z-index: 750; z-index: 750;