From f2bef4bd573bd6a10dffea2e350edaa389fa8192 Mon Sep 17 00:00:00 2001 From: Ashish Kumar Date: Fri, 24 Apr 2020 10:52:41 +0530 Subject: [PATCH] Increase font-size of landing subtext --- src/components/Hero.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Hero.vue b/src/components/Hero.vue index 2a30e904..098f519d 100644 --- a/src/components/Hero.vue +++ b/src/components/Hero.vue @@ -571,7 +571,7 @@ export default { display: block; margin: 10px auto; height: 32px; - font: 26px 'Harry'; + font: 36px 'Harry'; font-weight: 600; text-align: center; text-shadow: 1px 1px #000;