From a3ff3327db26f99f14771f5e85e5a8d3398b2740 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Hozman?= <tomas.hozman@pm.me> Date: Wed, 20 Jul 2022 14:57:43 +0200 Subject: [PATCH] mobile layout --- content/assets/css/base.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/content/assets/css/base.css b/content/assets/css/base.css index f496ce6..e1f40df 100644 --- a/content/assets/css/base.css +++ b/content/assets/css/base.css @@ -49,3 +49,13 @@ main #timer-wrapper #timer { margin-top: 15px; font-family: "Roboto Condensed"; } + + @media only screen and (max-width: 600px) { + main #heading { + font-size: 70px + } + + main #description, main #timer-wrapper { + font-size: 40px; + } +} -- GitLab