Skip to content

Commit

Permalink
Merge branch 'TMS-1087' into stage
Browse files Browse the repository at this point in the history
  • Loading branch information
eebbi committed Nov 15, 2024
2 parents a0f3d96 + 6e6ad3c commit b1d4dc8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Add "Sign up"- & "Purchase tickets"-links
- Add translation to homepage link
- Fix regex pattern for short description
- TMS-1087: Event-page main image style change

## [1.59.1] - 2024-10-28

Expand Down
12 changes: 3 additions & 9 deletions assets/styles/views/_page-event.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,9 @@
.page-template-page-event {
.entry {
&__hero-image {
height: 18.25rem;

@include from($tablet) {
height: 22rem;
}

@include from($desktop) {
height: 31.25rem;
}
height: auto;
aspect-ratio: 16 / 9;
background-size: contain;
}

&__hero-info {
Expand Down

0 comments on commit b1d4dc8

Please sign in to comment.