diff --git a/resources/assets/stylesheets/scss/typography.scss b/resources/assets/stylesheets/scss/typography.scss
index 0c2295d8842379d081f10490d9493fe83b600d99..e0ae8657a5fc0141ff579ad89cf37a7d4bf39149 100644
--- a/resources/assets/stylesheets/scss/typography.scss
+++ b/resources/assets/stylesheets/scss/typography.scss
@@ -37,7 +37,11 @@ h1, h2, h3, h4, h5, h6 {
   color: $headings-color;
 }
 
-h1,
+h1 {
+  margin-top: 0;
+  margin-bottom: calc($line-height-computed / 2);
+}
+
 h2,
 h3 {
   margin-top: $line-height-computed;
@@ -67,16 +71,6 @@ h1, h2 {
 }
 
 
-h1 {
-  margin-top: 0;
-  span:not([style]) {
-    display: block;
-    font-size: calc($font-size-h1 * 0.75);
-    font-weight: calc($headings-font-weight / 7);
-    padding: calc($line-height-computed / 4) 0;
-  }
-}
-
 // Body text
 // -------------------------