Skip to content

Commit

Permalink
Fixed height setting when using a single image banner.
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-milette committed May 26, 2024
1 parent 392b204 commit ffcde00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scss/trema/frontpage.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion version.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit ffcde00

Please sign in to comment.