Skip to content

Commit

Permalink
alignment issued resolved on home page (#6072)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShravaniAK authored Aug 7, 2024
1 parent 84895b7 commit ea250d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions overrides/assets/stylesheets/home.css
Original file line number Diff line number Diff line change
Expand Up @@ -388,15 +388,16 @@ 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 {
display: flex;
justify-content: center;
max-width: 100%;
margin: 1rem;
margin-top: 0;
align-items: center;
}

Expand Down Expand Up @@ -509,7 +510,6 @@ position: relative;
/* cncf notice container css */
.cncf-notice-container {
background-color: white;
padding-top: 1rem;
}

.cncf-notice-container h3 {
Expand Down

0 comments on commit ea250d2

Please sign in to comment.