Skip to content

Commit

Permalink
Fix font size of h2 in call out box
Browse files Browse the repository at this point in the history
  • Loading branch information
rgaiacs committed May 18, 2018
1 parent 1e7efe2 commit 20bc579
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions assets/css/lesson.scss
Expand Up @@ -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.
//----------------------------------------
Expand Down

0 comments on commit 20bc579

Please sign in to comment.