From 54f74323d49adf40b124ee4754e01887c95c2799 Mon Sep 17 00:00:00 2001 From: Alexander Chabin Date: Sat, 23 Dec 2023 11:10:21 +0500 Subject: [PATCH] Update ecosystem logo alignment --- src/hero.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/hero.css b/src/hero.css index 3065fe2..c00ce41 100644 --- a/src/hero.css +++ b/src/hero.css @@ -1,11 +1,12 @@ .hero { display: flex; + align-items: center; } .hero__logo { width: clamp(80px, 30vw, 256px); height: clamp(80px, 30vw, 256px); - margin-right: 64px; + margin-right: 72px; position: relative; } @@ -15,7 +16,7 @@ font-weight: 500; padding: 0; margin: 0; - margin-bottom: 8px; + margin-top: 24px; } .hero__subheader { @@ -27,10 +28,9 @@ margin: 0; } -@media screen and (max-width: 900px) { +@media screen and (max-width: 1024px) { .hero { flex-direction: column; - align-items: center; text-align: center; }