alignment issued resolved on home page (#6072)

This commit is contained in:
SHRAVANI KAWARE 2024-08-07 18:49:11 +05:30 committed by GitHub
parent 84895b77df
commit ea250d2424
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -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 {