diff --git a/src/components/Header.css b/src/components/Header.css index 8082be1..db40727 100644 --- a/src/components/Header.css +++ b/src/components/Header.css @@ -278,7 +278,7 @@ } .mobile-nav-item a { - font-size: 1.4rem; + font-size: 1.1rem; font-weight: 600; color: #fff; text-decoration: none; diff --git a/src/components/Hero.css b/src/components/Hero.css index 4ab7a3d..f44c5a7 100644 --- a/src/components/Hero.css +++ b/src/components/Hero.css @@ -377,6 +377,10 @@ height: 100%; } + .circle-3 { + margin-bottom: 0 !important; + } + .hero-title { font-size: 16px; } @@ -428,6 +432,10 @@ height: 14px; } + .circle-3 { + margin-bottom: 0 !important; + } + .hero-title { font-size: 14px; }