From d86af359d154eac747ef126754d5607279c52ddb Mon Sep 17 00:00:00 2001 From: Chika Date: Sun, 24 Apr 2022 21:06:28 +0300 Subject: [PATCH] styles: reduce logo font-size for mobile devices --- Components/Layout/Logo.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Components/Layout/Logo.jsx b/Components/Layout/Logo.jsx index e9586e3..4d8ffc2 100644 --- a/Components/Layout/Logo.jsx +++ b/Components/Layout/Logo.jsx @@ -15,7 +15,7 @@ const LogoText = styled.h3` margin: 0; text-transform: uppercase; color: #fff; - font-size: 0.95rem; + font-size: 0.85rem; font-family: 'Montserrat', sans-serif; font-weight: 500; ${min('laptop')} {