Skip to content

Commit 73629c8

Browse files
committed
Merge branch 'TMS-1190' into stage
2 parents 7c145b6 + f1fcbc0 commit 73629c8

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

CHANGELOG.MD

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

1010
- TMS-1062: Increase menu-dropdown button size
1111
- TMS-1163: Search results breadcrumbs accessibility fixes
12+
- TMS-1190: Add height to single exhibition hero on large monitors
13+
14+
## [1.12.1] - 2025-08-13
15+
1216
- TMS-1160: Fix elements focus outline thickness
1317

1418
## [1.12.0] - 2025-06-23

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 {

style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Theme Name: TMS Theme Taidemuseo
33
* Description: Tampere Multisite Taidemuseo Theme
4-
* Version: 1.12.0
4+
* Version: 1.12.1
55
* Author: Geniem
66
* Author URI: https://geniem.fi
77
* Template: tms-theme-base

0 commit comments

Comments
 (0)