We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45a4a3b commit 4fcafb0Copy full SHA for 4fcafb0
assets/scss/_landingpage.scss
@@ -436,4 +436,8 @@
436
437
.landing-page-core-activities-row-subtitle {
438
margin-top: -10px;
439
+}
440
+
441
+.sublandingpage-banner-padding-bottom {
442
+ padding-bottom: 7rem;
443
}
layouts/partials/sublanding-page-header.html
@@ -1,4 +1,4 @@
1
-<section class="banner banner-background">
+<section class="banner banner-background sublandingpage-banner-padding-bottom">
2
<div class="container">
3
<div class="row" style="display:flex;">
4
<div class="col-12 col-lg-5">
0 commit comments