Match Angular flights-map canvas height (500 → 800px)

This commit is contained in:
2026-04-20 01:50:07 +03:00
parent 4095344b7b
commit 4b6632cad5
@@ -39,12 +39,12 @@
.flights-map-start {
&__map-wrapper {
position: relative;
min-height: 500px;
min-height: 800px;
}
&__map {
width: 100%;
height: 500px;
height: 800px;
}
&__spinner,