diff --git a/public/css/main.css b/public/css/main.css index 7f30fd4..761f9c6 100644 --- a/public/css/main.css +++ b/public/css/main.css @@ -101,7 +101,7 @@ body { body.normal .departure-container { display: grid; - grid-template-columns: repeat(4, 1fr); + grid-template-columns: repeat(2, 1fr); gap: 6px; margin-bottom: 0; width: 100%; @@ -127,6 +127,18 @@ body { margin: 0; max-width: 100%; } + + body.normal .direction-destination { + font-size: 1.1em; + } + + body.normal .countdown-large { + font-size: 1.4em; + } + + body.normal .next-departures { + font-size: 0.9em; + } } /* ========================================