Skip to content

Commit 09e6b87

Browse files
authored
Merge pull request #182 from devgeniem/TMS-1190
TMS-1190: Add height to single exhibition hero on large monitors
2 parents cdbb138 + e923f72 commit 09e6b87

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

CHANGELOG.MD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ 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
1011
- TMS-1163: Search results breadcrumbs accessibility fixes
1112

1213
## [1.12.1] - 2025-08-13

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)