Skip to content

Commit

Permalink
TMS-1087: Event-page main image style change
Browse files Browse the repository at this point in the history
  • Loading branch information
eebbi committed Nov 15, 2024
1 parent 437c0fa commit 6e6ad3c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

- TMS-1087: Event-page main image style change

## [1.59.1] - 2024-10-28

- TMS-1075-fix: Early return added to ImageGalleryFormatter
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 6e6ad3c

Please sign in to comment.