Skip to content

Commit

Permalink
Merge pull request #731 from nationalarchives/fix/more-search-options…
Browse files Browse the repository at this point in the history
…-spacing

reduced the top padding on the more search options link to reduce scr…
  • Loading branch information
jacksonj04 authored May 26, 2023
2 parents 7e1d796 + 91b1415 commit 5fbe248
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ds_judgements_public_ui/sass/includes/_search.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
}

&__more-options {
margin-top: calc($spacer__unit * 2);
margin-top: calc($spacer__unit / 2);

a {
color: $color__black;
Expand Down

0 comments on commit 5fbe248

Please sign in to comment.