Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/header-fixes' into 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
emodric committed Nov 17, 2020
2 parents afd1fec + f251fbe commit 58b9f1f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
background: $primary;
padding: 2rem 0 4rem;
margin-bottom: 4rem;
&.full-page-header-without-breacrumbs {
&.no-breadcrumbs {
padding: 4rem 0 4rem;
}
.main-topic, .sponsored-text {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

{% block content %}
<form action="{{ path('ngsite_content_search') }}" method="get" class="form-search">
<header class="full-page-header full-search-header full-page-header-without-breacrumbs">
<header class="full-page-header full-search-header no-breadcrumbs">
<div class="container">
<div class="search-inputs">
<div class="input-group">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{% set site_title = tag_keyword %}

{% block content %}
<header class="full-page-header full-page-header-without-breacrumbs">
<header class="full-page-header no-breadcrumbs">
<div class="container">
<h1 class="full-page-title">{{ tag_keyword }}</h1>
</div>
Expand Down

0 comments on commit 58b9f1f

Please sign in to comment.