Fix navbar spacing, headings spacing, modal dialogs
[ndcode_site.git] / css / bootstrap / _type.scss
index 3112a73..d1a84d3 100644 (file)
@@ -4,9 +4,14 @@
 // Headings
 //
 
+// Nick
+h1, h2, h3, h4, h5, h6 {
+  margin-bottom: $headings-margin-bottom;
+}
+
 h1, h2, h3, h4, h5, h6,
 .h1, .h2, .h3, .h4, .h5, .h6 {
-  margin-bottom: $headings-margin-bottom;
+  //margin-bottom: $headings-margin-bottom;
   font-family: $headings-font-family;
   font-weight: $headings-font-weight;
   line-height: $headings-line-height;