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 181cf3a3..a4d8e9c9 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;