diff --git a/scss/trema/frontpage.scss b/scss/trema/frontpage.scss index 955b9f5..360c085 100644 --- a/scss/trema/frontpage.scss +++ b/scss/trema/frontpage.scss @@ -47,7 +47,7 @@ body#page-site-index { #frontpage-banner, .frontpage-banner { position: relative; - min-height: calc(100vh - 4em); + min-height: calc(#{$banner-height} - 4em); background-attachment: scroll, fixed; background-position: center center; background-size: cover; diff --git a/version.php b/version.php index a4811c1..445abe0 100644 --- a/version.php +++ b/version.php @@ -28,7 +28,7 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2024052600; +$plugin->version = 2024052601; $plugin->release = '4.4.0.4'; $plugin->maturity = MATURITY_STABLE; $plugin->requires = 2022021800; // Moodle 4.0 - Build: 20220218.