* [bugfix/fix-cncf-hyperlink-on-home] fix🐛: Explicitly set the margin-top property

* [bugfix/fix-cncf-hyperlink-on-home] fix🐛:  remove important

* [bugfix/fix-cncf-hyperlink-on-home] format🥚:  Add comments to indicate the role of css
pull/33121/head
jpanda 2022-04-22 13:02:12 +08:00 committed by GitHub
parent 53803f0d06
commit 04e30709f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

View File

@ -21,6 +21,15 @@
padding: 0 30px 0 0;
margin-bottom: 50px;
min-height: 152px;
}
/*
* Remove the height of the H2 element pseudo-class and set the appropriate spacing
* to avoid mistakenly overriding the styles of other elements
*/
.launch-card h2::before {
margin-top: 1rem ;
height: 0 ;
}
.gridPage p {