Skip to content

Commit

Permalink
Change hero image size
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood committed Feb 5, 2024
1 parent 76df7f3 commit a8fe35d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nationalarchives/components/hero/hero.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
@include colour.contrast-on-mobile;

&__figure {
min-height: clamp(12rem, calc(33vw - 12rem), 50vh);
min-height: clamp(12rem, calc(33vw - 12rem), 63rem);
margin: 0;
padding-top: 8rem;
padding-bottom: 4rem;
Expand Down

0 comments on commit a8fe35d

Please sign in to comment.