Skip to content

Commit f1fcbc0

Browse files
committed
TMS-1190: Add height to single exhibition hero on large monitors
1 parent b1524b4 commit f1fcbc0

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

CHANGELOG.MD

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased]
99

10+
- TMS-1190: Add height to single exhibition hero on large monitors
11+
1012
## [1.12.1] - 2025-08-13
1113

1214
- TMS-1160: Fix elements focus outline thickness

assets/styles/views/_single-exhibition.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
height: unset;
55
min-height: 41.666vw;
66
}
7+
8+
@media (min-width: 2200px) {
9+
min-height: 38vw;
10+
}
711
}
812

913
.entry {

0 commit comments

Comments
 (0)