diff --git a/static/css/gridpage.css b/static/css/gridpage.css index 7da7f1973d..4069185e0e 100644 --- a/static/css/gridpage.css +++ b/static/css/gridpage.css @@ -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 {