From d68d28c8cd22870e3a0f56f9a9fccd628d312dc1 Mon Sep 17 00:00:00 2001 From: Tben <52448020+BenjaminToby@users.noreply.github.com> Date: Thu, 6 Jan 2022 09:29:23 +0100 Subject: [PATCH] update mobile --- styles/main.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/styles/main.css b/styles/main.css index 2186d61..d7518ae 100644 --- a/styles/main.css +++ b/styles/main.css @@ -299,6 +299,22 @@ textarea { } @media (max-width: 800px) { + h1 { + font-size: 28px; + } + + nav { + flex-wrap: wrap; + gap: 15px; + } + + body { + padding: 20px; + } + + .hero-ctas-section { + flex-wrap: wrap; + } } @media (max-width: 600px) {