diff --git a/templates/index.html b/templates/index.html
index 09f04f9..dd42b8a 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -1396,10 +1396,13 @@
border-radius: 8px;
padding: 15px;
min-height: 320px;
+ display: flex;
+ flex-direction: column;
}
.ground-track-cell #groundTrackMap {
- height: 240px;
+ flex: 1;
+ min-height: 200px;
}
.countdown-cell {