From 133484e0f6bcc31ff875c53da605b4b46ba96e5f Mon Sep 17 00:00:00 2001 From: Soudip Das Date: Tue, 5 Oct 2021 21:11:33 +0530 Subject: [PATCH] Fix the floating img(Flatter) which overlaps some text at certain media queries --- css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index 03e9a57..2efb53c 100644 --- a/css/style.css +++ b/css/style.css @@ -28,7 +28,7 @@ @media (min-width: 800px) { :root { - --fs-h1: 4.5rem; + --fs-h1: 4rem; --fs-h2: 3.75rem; --fs-h3: 1.5rem; --fs-body: 1.125rem; @@ -273,7 +273,7 @@ header { .intro__img { grid-area: img; - min-width: 250px; + min-width: 230px; position: relative; z-index: 2; }