Unverified Commit 11774e35 authored by Raniere Silva's avatar Raniere Silva Committed by GitHub
Browse files

Merge pull request #263 from rgaiacs/244

Fix font size of h2 in call out box
parents ac0a5494 20bc5791
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -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.
//----------------------------------------