From ed7209bb5fe42fa5fff20266b5c9382560685d6c Mon Sep 17 00:00:00 2001 From: Utsavladia Date: Fri, 9 Aug 2024 23:59:47 +0530 Subject: [PATCH] Fixed hero section and others of home page for mobile screen --- counter.css | 1 + index.html | 15 +++++++++------ 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/counter.css b/counter.css index d076cd0c..4ea61c53 100644 --- a/counter.css +++ b/counter.css @@ -73,6 +73,7 @@ @media screen and (max-width: 480px) { .wrapper { gap: 15px; + width: 100vw; } .countitem { width: 100%; diff --git a/index.html b/index.html index 708fb0c9..078e6978 100644 --- a/index.html +++ b/index.html @@ -274,13 +274,16 @@ } - @media (max-width: 725px) { - .circle-container{ - display: none; - } - } +@media (max-width: 725px) { + .circle-container{ + display: none; + } + .header__image{ + margin-right: 1rem; + } +} /* testimonials */ - .card1 { + .card1 { width: 330px; height: 450px; transition: opacity 0.5s ease;