Fix font size of h2 in call out box
authorRaniere Silva <raniere@rgaiacs.com>
Fri, 18 May 2018 15:29:49 +0000 (16:29 +0100)
committerRaniere Silva <raniere@rgaiacs.com>
Fri, 18 May 2018 15:29:49 +0000 (16:29 +0100)
Close swcarpentry/styles#244

assets/css/lesson.scss

index 9a1cc477bdb742c5ba44838ab9d046f07cf6b1e3..8a7b29548dd218d86ad411a27ecee7b255737f45 100644 (file)
@@ -114,6 +114,18 @@ $codeblock-padding: 5px !default;
 .solution{ @include bkSetup($color-solution, "\e105"); }
 .testimonial{ @include bkSetup($color-testimonial, "\e143"); }
 
+.callout h3,
+.challenge h3,
+.checklist h3,
+.discussion h3,
+.keypoints h3,
+.objectives h3,
+.prereq h3,
+.solution h3,
+.testimonial h3 {
+font-size: 18px;
+}
+
 //----------------------------------------
 // Override Bootstrap settings.
 //----------------------------------------