Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _includes/hero_header.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</div>
<div class="col-12 col-lg-6 order-2 order-sm-1">
<div class="intro-text" >
<h1 class="text-white mb-4">{{ page.header_text }}</h1>
<h1 class="text-white mt-2 mb-5">{{ page.header_text }}</h1>
<div>{{ page.hero | markdownify }}</div>
{% if page.image_attribution %}
<div id="attribution" class="text-muted">
Expand Down
9 changes: 7 additions & 2 deletions assets/css/_custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ section {
#page-header {
position: relative;
overflow: hidden;
margin-top: -200px;
margin-top: -240px;

.order-1 {
order: 1;
Expand Down Expand Up @@ -74,7 +74,8 @@ section {
padding-left: 30px;
font-size: calc(24px + 1vw);
line-height: 1.2;
margin-top: 0.5rem;
margin-top: 0;
margin-bottom: 80px;
}

.intro-text {
Expand Down Expand Up @@ -335,6 +336,10 @@ footer {
#intro-section {
position: relative;

h1 {
margin-bottom: 60px;
}

h1, h2 {
min-height: unset;
}
Expand Down
121 changes: 0 additions & 121 deletions assets/dist/905ca13c93594f77c3c7fb52fdc19f78.svg

This file was deleted.

Loading