From 670c285d36c6639ec092ed8625526eb55111d289 Mon Sep 17 00:00:00 2001 From: ALOK PANDEY <56352948+alokpandey11@users.noreply.github.com> Date: Thu, 1 Oct 2020 01:48:32 +0530 Subject: [PATCH] updated on mobile view the size of hero section element was too large. --- assets/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/css/style.css b/assets/css/style.css index 3416caf..6f762d0 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -152,11 +152,11 @@ h6 { #header { } #head-line { - font-size: 1.5rem; + font-size: 1.3rem; } #header .logo h1 { - font-size: 28px; + font-size: 26px; } }