Browse Source

nice callout margins

Gergely Gombos 1 year ago
parent
commit
d6df6b5135
1 changed files with 4 additions and 0 deletions
  1. 4 0
      assets/stylesheets/pages/_react.scss

+ 4 - 0
assets/stylesheets/pages/_react.scss

@@ -3,6 +3,10 @@
 
   .note {
     @extend %note;
+    h4 {
+      margin-top: .25rem;
+      margin-bottom: .5rem;
+    }
   }
 
   .note-orange {