diff --git a/CHANGELOG.md b/CHANGELOG.md index f08616b..94b3872 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,10 @@ Types of changes Security in case of vulnerabilities. ) +## [2.21.1](https://github.com/contao-themes-net/mate-theme-bundle/tree/2.21.1) – 2023-12-04 + +- [Fixed] Fix slider height + ## [2.21.0](https://github.com/contao-themes-net/mate-theme-bundle/tree/2.21.0) – 2023-09-11 - [Added] Add teaserbox card element diff --git a/src/Module/MateThemeSetup.php b/src/Module/MateThemeSetup.php index 2b9dafe..a18a4b4 100644 --- a/src/Module/MateThemeSetup.php +++ b/src/Module/MateThemeSetup.php @@ -10,7 +10,7 @@ class MateThemeSetup extends BackendModule { - const VERSION = '2.21.0'; + const VERSION = '2.21.1'; protected $strTemplate = 'be_mateTheme_setup'; diff --git a/src/Resources/public/sass/style.scss b/src/Resources/public/sass/style.scss index 912952f..bb86bbb 100644 --- a/src/Resources/public/sass/style.scss +++ b/src/Resources/public/sass/style.scss @@ -1912,9 +1912,13 @@ nav .brand-logo { display: none; } - .slides li img { - height: 350px; - vertical-align: bottom; + .slides li { + height: 100%; + + img { + height: 350px; + vertical-align: bottom; + } } p {