We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 392b204 commit ffcde00Copy full SHA for ffcde00
scss/trema/frontpage.scss
@@ -47,7 +47,7 @@ body#page-site-index {
47
#frontpage-banner,
48
.frontpage-banner {
49
position: relative;
50
- min-height: calc(100vh - 4em);
+ min-height: calc(#{$banner-height} - 4em);
51
background-attachment: scroll, fixed;
52
background-position: center center;
53
background-size: cover;
version.php
@@ -28,7 +28,7 @@
28
29
defined('MOODLE_INTERNAL') || die();
30
31
-$plugin->version = 2024052600;
+$plugin->version = 2024052601;
32
$plugin->release = '4.4.0.4';
33
$plugin->maturity = MATURITY_STABLE;
34
$plugin->requires = 2022021800; // Moodle 4.0 - Build: 20220218.
0 commit comments