From ea250d242450a8f72a77e6e374db30ad86cb12eb Mon Sep 17 00:00:00 2001 From: SHRAVANI KAWARE <97099574+ShravaniAK@users.noreply.github.com> Date: Wed, 7 Aug 2024 18:49:11 +0530 Subject: [PATCH] alignment issued resolved on home page (#6072) --- overrides/assets/stylesheets/home.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/overrides/assets/stylesheets/home.css b/overrides/assets/stylesheets/home.css index 13b1db7f3e..0e1e57b338 100644 --- a/overrides/assets/stylesheets/home.css +++ b/overrides/assets/stylesheets/home.css @@ -388,8 +388,8 @@ position: relative; cursor: pointer; } -.case-studies-container h1 { - margin-bottom: 0.45em; +.md-typeset>h1:first-of-type { + margin:0; } .case-studies-container .cases-table { @@ -397,6 +397,7 @@ position: relative; justify-content: center; max-width: 100%; margin: 1rem; + margin-top: 0; align-items: center; } @@ -509,7 +510,6 @@ position: relative; /* cncf notice container css */ .cncf-notice-container { background-color: white; - padding-top: 1rem; } .cncf-notice-container h3 {