diff --git a/theme/boost/scss/moodle/drawer.scss b/theme/boost/scss/moodle/drawer.scss index 88a924dadf5..d6f96afd93c 100644 --- a/theme/boost/scss/moodle/drawer.scss +++ b/theme/boost/scss/moodle/drawer.scss @@ -23,9 +23,6 @@ $drawer-offscreen-gutter: 20px !default; #nav-drawer.closed { left: -($drawer-width + $drawer-offscreen-gutter); } -#page { - margin-top: $navbar-height; -} /* Use a variable for the drawer background colors. */ $drawer-bg: $gray-lighter !default; diff --git a/theme/boost/style/moodle.css b/theme/boost/style/moodle.css index a2a81ea6718..fd1c6ba94c4 100644 --- a/theme/boost/style/moodle.css +++ b/theme/boost/style/moodle.css @@ -13519,9 +13519,6 @@ span.editinstructions { #nav-drawer.closed { left: -305px; } -#page { - margin-top: 50px; } - /* Use a variable for the drawer background colors. */ [data-region="drawer"] { position: fixed; diff --git a/theme/classic/style/moodle.css b/theme/classic/style/moodle.css index 95d4d25f04a..b061746c132 100644 --- a/theme/classic/style/moodle.css +++ b/theme/classic/style/moodle.css @@ -13780,9 +13780,6 @@ span.editinstructions { #nav-drawer.closed { left: -305px; } -#page { - margin-top: 50px; } - /* Use a variable for the drawer background colors. */ [data-region="drawer"] { position: fixed;