Skip to content

Commit

Permalink
Override notice text size (was too small)
Browse files Browse the repository at this point in the history
  • Loading branch information
iBug committed Nov 19, 2019
1 parent bcdb123 commit e9ac549
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions _sass/_custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,15 @@ section.page__content {
margin-left: auto;
margin-right: auto;
}

p.notice,
p.notice--primary,
p.notice--info,
p.notice--warning,
p.notice--success,
p.notice--danger {
font-size: 0.91em !important;
}
}

/********** Animations **********/
Expand Down

0 comments on commit e9ac549

Please sign in to comment.