From 1c146f39f3c0f3eb9dcffa59cd20e6a52b5e1bd9 Mon Sep 17 00:00:00 2001 From: Kushagra Gour Date: Sun, 14 Jul 2024 13:54:11 +0530 Subject: [PATCH] improve flickering in header content --- packages/website/_includes/default.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/packages/website/_includes/default.html b/packages/website/_includes/default.html index 59156ba..d7224a3 100644 --- a/packages/website/_includes/default.html +++ b/packages/website/_includes/default.html @@ -165,7 +165,7 @@ color: #a7a1bd; padding: 2em 1em; margin-bottom: 2em; - min-height: 97vh; + min-height: 97vh;` } .hero a { color: rgba(255,255,255,0.8); @@ -365,11 +365,14 @@ @media (min-width: 1200px) { .hero { display: flex; - justify-content: center; + justify-content: space-between; align-items: center; margin-bottom: 2em; padding: 3em; } + .header { + max-width: min-content; + } } @media (min-width: 751px) { :root {