diff --git a/scipost/static/scipost/assets/css/_type.scss b/scipost/static/scipost/assets/css/_type.scss
index 616c027b130df36cf427a19970012380ffb75c22..efaabe4337bfd538db0b80e61b4155ab7f818948 100644
--- a/scipost/static/scipost/assets/css/_type.scss
+++ b/scipost/static/scipost/assets/css/_type.scss
@@ -23,10 +23,9 @@ h1, h2, h3, h4, h5, h6 {
     background-color: #f4f4f4;
     margin: 10px 0;
 
-    h3.tight {
+    &.tight {
         display: inline-block;
-        // padding: 3px 5px;
-        // margin-bottom: 3px;
+        padding: 3px 5px;
     }
 }
 h1.highlight,