Skip to content

Commit

Permalink
Fix search title classes
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood committed Dec 29, 2023
1 parent 315c09d commit 534634a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/templates/search/catalogue.html
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ <h3 class="tna-heading-s">Record opening date</h3>
</div>
</div>
<div class="tna-column tna-column--width-3-4 tna-column--width-2-3-medium tna-column--full-small tna-column--full-tiny tna-!--padding-top-l" id="search-results">
<h2 class="tna-heading-xl tna-hide-on-large tna-hide-on-medium tna-!--margin-bottom-m">Search results</h2>
<h2 class="tna-heading-xl tna-!--hide-on-large tna-!--hide-on-medium tna-!--margin-bottom-m">Search results</h2>
<hr class="tna-!--margin-bottom-s">
{% for i in range(10) %}
<article>
Expand Down
2 changes: 2 additions & 0 deletions src/styles/modules/_search.scss
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,8 @@ html.tna-template
}

.tna-aside {
margin-top: 1rem;

@include colour.colour-border("keyline", 1px);
}
}

0 comments on commit 534634a

Please sign in to comment.