Skip to content

Commit 3d57518

Browse files
Shrink primary hero.
1 parent cfb77d3 commit 3d57518

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

assets/css/app.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ $link: #990000;
88
--bulma-navbar-height: 8rem !important;
99
--tripal-gray: hsl(40deg, 10%, 15%);
1010
}
11+
.hero.is-primary {
12+
--bulma-hero-body-padding-medium: 4.5rem !important;
13+
}
1114
.navbar.is-primary {
1215
--bulma-navbar-background-color: var(--tripal-gray) !important;
1316
}

0 commit comments

Comments
 (0)