Skip to content

Commit

Permalink
Merge branch 'main' into feature/picture-height
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood authored Feb 9, 2024
2 parents 5f84668 + 8da5a88 commit 418d694
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added
### Changed

- Changed the aspect ratio of the hero image to be 5:2

### Deprecated
### Removed
### Fixed
Expand Down
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), 63rem);
min-height: clamp(12rem, calc(40vw - 12rem), 63rem);
margin: 0;
padding-top: 8rem;
padding-bottom: 4rem;
Expand Down

0 comments on commit 418d694

Please sign in to comment.