diff --git a/blocks/myoverview/templates/main.mustache b/blocks/myoverview/templates/main.mustache index 54fc37a634f..3a1a942c349 100644 --- a/blocks/myoverview/templates/main.mustache +++ b/blocks/myoverview/templates/main.mustache @@ -36,7 +36,7 @@ -
+
{{> block_myoverview/timeline-view }}
diff --git a/theme/boost/scss/moodle/blocks.scss b/theme/boost/scss/moodle/blocks.scss index 6a0962c01f0..889363da4c9 100644 --- a/theme/boost/scss/moodle/blocks.scss +++ b/theme/boost/scss/moodle/blocks.scss @@ -179,6 +179,12 @@ $doughnut-fill-colour: $brand-warning; } } + .content-centred { + max-width: 900px; + margin-left: auto; + margin-right: auto; + } + .empty-placeholder-image-sm { height: 70px; width: 85px; @@ -194,3 +200,11 @@ $doughnut-fill-colour: $brand-warning; overflow-y: hidden; } } + +@media (min-width: 1600px) { + .block_myoverview { + .courses-view-course-item { + height: 190px; + } + } +}