Skip to content

Commit

Permalink
smaller hero
Browse files Browse the repository at this point in the history
  • Loading branch information
Per-Starke committed Dec 7, 2024
1 parent 589c0fb commit b14e811
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/_includes/page__hero.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
{% assign image_description = image_description | markdownify | strip_html | strip_newlines | escape_once %}

<div class="page__hero{% if page.header.overlay_color or page.header.overlay_image %}--overlay{% endif %}"
style="background: linear-gradient(to right, #1976d2, #d5eaf6); height: 60vh; background-size: cover; display: flex; flex-direction: column; justify-content: center; align-items: center;">
style="background: linear-gradient(to right, #1976d2, #d5eaf6); background-size: cover; display: flex; flex-direction: column; justify-content: center; align-items: center;">
{% if page.header.overlay_color or page.header.overlay_image %}
<div class="wrapper">
<h1 id="page-title" class="page__title top-margin-header black" itemprop="headline">
<h1 id="page-title" class="page__title black" itemprop="headline">
{{ page.title | default: site.title | markdownify | remove: "<p>" | remove: "</p>" }}
</h1>
{% if page.header.show_overlay_excerpt != false and page.excerpt %}
Expand Down

0 comments on commit b14e811

Please sign in to comment.