Skip to content

Commit

Permalink
Merge pull request #1645 from nationalarchives/homepage-header-refine…
Browse files Browse the repository at this point in the history
…ments

homepage header refinements
  • Loading branch information
Donna-H authored Nov 28, 2024
2 parents ebb3cdf + 6004ef4 commit 23b6728
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ds_judgements_public_ui/sass/includes/_animations.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

@keyframes emphasis-border {
from {
background-color: lighten($color-light-grey, 30);
background-color: ($color-light-grey, 30);
}

to {
Expand Down
4 changes: 3 additions & 1 deletion ds_judgements_public_ui/sass/includes/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

&__flex-container-beta {
display: flex;
gap: $space-16;
gap: $space-17;
justify-content: space-between;

@media only screen and (max-width: $grid-breakpoint-medium) {
Expand All @@ -29,6 +29,8 @@
margin-bottom: $space-1;

@media only screen and (max-width: $grid-breakpoint-medium) {
width: 70px;
height: 70px;
margin-right: 11rem;
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@
.govuk-header__navigation-list {
display: flex;
flex-direction: row;
gap: $space-4;
justify-content: flex-end;

margin: 0;
Expand Down
4 changes: 3 additions & 1 deletion ds_judgements_public_ui/templates/layouts/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,9 @@
</nav>
</div>
</div>
{% include "includes/breadcrumbs.html" %}
{% block breadcrumbs %}
{% include "includes/breadcrumbs.html" %}
{% endblock breadcrumbs %}
</div>
</header>
{% endblock header %}
Expand Down
2 changes: 2 additions & 0 deletions ds_judgements_public_ui/templates/pages/home.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{% extends "layouts/base.html" %}
{% block breadcrumbs %}
{% endblock breadcrumbs %}

{% block meta_description %}
<meta name="description"
Expand Down

0 comments on commit 23b6728

Please sign in to comment.