diff --git a/pages/gm.js b/pages/gm.js index 5ebbed0e..3b91bdbe 100644 --- a/pages/gm.js +++ b/pages/gm.js @@ -218,9 +218,16 @@ function gm() {

Relevant information

-
-
- +
+
+

How to get there

diff --git a/styles/components/GM.scss b/styles/components/GM.scss index af54ad39..5ac710c6 100644 --- a/styles/components/GM.scss +++ b/styles/components/GM.scss @@ -123,6 +123,20 @@ text-decoration: none; } +.rel-info { + height: 400px; +} + +.map-container { + flex-grow: 1; + width: 100%; +} + +.map-frame { + height: 100%; + width: 100%; +} + .flex { display: flex; @@ -141,6 +155,20 @@ } } +@media (max-width: 640px) { + .rel-info { + flex-direction: column; + height: 450px; + } + + .flex { + .what-to-bring { + margin-left: 0; + margin-top: 15px; + } + } +} + #countdown-wrapper { display: flex; flex-wrap: wrap;