-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FCL-561 | fix header breakpoint layout issues
- Loading branch information
Showing
4 changed files
with
75 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
{% load navigation_tags %} | ||
<div class="page-header__container"> | ||
{% include "includes/logo.html" %} | ||
|
||
<div class="service-introduction"> | ||
<span class="service-introduction__separator"></span> | ||
<p class="service-introduction__header">Find Case Law<span class="phase-banner__beta-phase">Beta</span></p> | ||
<p class="service-introduction__helper-text">Judgments and decisions from 2001 onwards</p> | ||
</div> | ||
<div class="govuk-header__content"> | ||
<nav aria-label="Menu" class="govuk-header__navigation"> | ||
<button type="button" class="govuk-header__menu-button govuk-js-header-toggle" aria-controls="navigation" hidden> | ||
Menu | ||
</button> | ||
<ul id="navigation" class="govuk-header__navigation-list"> | ||
<li class="{% navigation_item_class 'home' %}"> | ||
<a class="govuk-header__link" title="Home" href="{% url 'home' %}"> | ||
Home | ||
</a> | ||
</li> | ||
<li class="{% navigation_item_class 'about_this_service' %}"> | ||
<a class="govuk-header__link" title="About" href="{% url 'about_this_service' %}"> | ||
About | ||
</a> | ||
</li> | ||
<li class="{% navigation_item_class 'help_and_guidance' %}"> | ||
<a class="govuk-header__link" title="Help and guidance" href="{% url 'help_and_guidance' %}"> | ||
Help and guidance | ||
</a> | ||
</li> | ||
</ul> | ||
</nav> | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters