Skip to content

Commit ffcde00

Browse files
Fixed height setting when using a single image banner.
1 parent 392b204 commit ffcde00

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scss/trema/frontpage.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ body#page-site-index {
4747
#frontpage-banner,
4848
.frontpage-banner {
4949
position: relative;
50-
min-height: calc(100vh - 4em);
50+
min-height: calc(#{$banner-height} - 4em);
5151
background-attachment: scroll, fixed;
5252
background-position: center center;
5353
background-size: cover;

version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
defined('MOODLE_INTERNAL') || die();
3030

31-
$plugin->version = 2024052600;
31+
$plugin->version = 2024052601;
3232
$plugin->release = '4.4.0.4';
3333
$plugin->maturity = MATURITY_STABLE;
3434
$plugin->requires = 2022021800; // Moodle 4.0 - Build: 20220218.

0 commit comments

Comments
 (0)