File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
9
9
10
10
- TMS-1062: Increase menu-dropdown button size
11
11
- 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
+
12
16
- TMS-1160: Fix elements focus outline thickness
13
17
14
18
## [ 1.12.0] - 2025-06-23
Original file line number Diff line number Diff line change 4
4
height : unset ;
5
5
min-height : 41.666vw ;
6
6
}
7
+
8
+ @media (min-width : 2200px ) {
9
+ min-height : 38vw ;
10
+ }
7
11
}
8
12
9
13
.entry {
Original file line number Diff line number Diff line change 1
1
/*
2
2
* Theme Name: TMS Theme Taidemuseo
3
3
* Description: Tampere Multisite Taidemuseo Theme
4
- * Version: 1.12.0
4
+ * Version: 1.12.1
5
5
* Author: Geniem
6
6
* Author URI: https://geniem.fi
7
7
* Template: tms-theme-base
You can’t perform that action at this time.
0 commit comments