diff --git a/CHANGES.md b/CHANGES.md
index 05dfd2e23d4de5581dd18d33cdf0522f05257e6a..8f766c4505d6d46fa574b97421ac357a35ea0911 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -4,6 +4,10 @@ moodle-theme_boost_campus
 Changes
 -------
 
+### Unreleased
+
+* 2021-08-16 - Improvement: Re-add the margin below the breadcrumb as this does not need to differ between theme_boost and theme_boost_campus anymore
+
 ### v3.10-r6
 
 * 2021-04-20 - Adjusted footer.mustache due to upstream changes in theme Boost core (MDL-70173).
diff --git a/scss/post.scss b/scss/post.scss
index 80c1b3c2108e96ad2e300935f75965fb06cc7f1b..e4967fc4e6fdbc17f10bdc339e060d8143acce13 100644
--- a/scss/post.scss
+++ b/scss/post.scss
@@ -390,14 +390,6 @@ body.loginbackgroundimage #page {
   Course header
   -------------------------------------*/
 
-/* Remove margin from the pageheadingbuttons in the course header. */
-#page-header {
-    .breadcrumb,
-    .singlebutton form {
-        margin: 0;
-    }
-}
-
 /*
  * If set in showswitchedroleincourse, the switched role information will be displayed
  * in the course header instead of next to the user name.