]> _ Git - pmi.git/commitdiff
wip #3332 @0.25
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 14 Jan 2020 19:10:20 +0000 (20:10 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 14 Jan 2020 19:10:20 +0000 (20:10 +0100)
config/markdown.php
resources/styles/common/headings.styl

index aa94f1eaa0d8352891a779fc3ccb8453ed9b5117..5f7115cc6b086bc8c04e24123a821af8ff274e7c 100644 (file)
@@ -162,7 +162,7 @@ return [
 
     'max_nesting_level' => INF,
 
-    'heading_offset' => 1,
+    'heading_offset' => 0,
     'heading_max' => 6
 
 ];
index b810c39de5c9a2e25f239c0518a4a45c760e553a..a7b3114b1bd42765368362ca13b4396224bb8008 100644 (file)
@@ -12,7 +12,7 @@ h1, h2, h3, h4
     content: ''
     display: block
 
-.h1, .markdown h1
+.h1
   @apply text-6xl
 
   &:after
@@ -26,7 +26,7 @@ h1, h2, h3, h4
   +below(1000px)
     @apply text-4xl
 
-.h2, .markdown h2
+.h2, .markdown h1
   @apply text-4xl
 
   &:after
@@ -35,5 +35,5 @@ h1, h2, h3, h4
     constrain(width, 2.5vw)
     height: 4px
 
-.h3, .markdown h3
+.h3, .markdown h2
   font-size: 1.375rem