From 778fc1422e355195694aab03bfe047dd98648312 Mon Sep 17 00:00:00 2001 From: Sat Naing Date: Sat, 10 Sep 2022 15:10:56 +0630 Subject: [PATCH] Update font-size of logo to be smaller on desktop --- src/components/Header.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Header.astro b/src/components/Header.astro index 129f18d..1034c47 100644 --- a/src/components/Header.astro +++ b/src/components/Header.astro @@ -52,7 +52,7 @@ @apply w-full p-4 sm:py-8 flex justify-between items-center; } .logo { - @apply font-semibold text-xl sm:text-3xl; + @apply font-semibold text-xl sm:text-2xl; } .hamburger-menu { @apply p-2 sm:hidden;