Adjust spacing of headers
authorMaxim Belkin <maxim.belkin@gmail.com>
Wed, 22 Aug 2018 16:20:01 +0000 (16:20 +0000)
committerGitHub <noreply@github.com>
Wed, 22 Aug 2018 16:20:01 +0000 (16:20 +0000)
Pull Request: carpentries/styles#327

assets/css/lesson.scss

index f83365e6ac11c43eb67345a127da181243ac0ef6..bf93bfbb22081856ab6f9e76e2a5fb60e80cae9e 100644 (file)
@@ -150,6 +150,15 @@ article img {
     max-width: 100%;
 }
 
+article h2 {
+  margin: 48px 0 16px;
+  border-bottom: solid 1px #eaecef;
+  padding-bottom: 0.3em;
+  line-height: 1.25;
+}
+
+article h3 { margin: 40px 0 16px; }
+
 //----------------------------------------
 // Miscellaneous.
 //----------------------------------------