FIX: use consistent heading style in the category box styles

This commit is contained in:
Neil Lalonde 2017-03-27 14:11:01 -04:00
parent 249eedd45c
commit 899a747e68
1 changed files with 2 additions and 1 deletions

View File

@ -63,11 +63,12 @@
} }
h3 { h3 {
font-size: 1.5em; font-size: 1.2em;
margin-bottom: 0.5em; margin-bottom: 0.5em;
margin-top: 0.25em; margin-top: 0.25em;
line-height: 1.1em; line-height: 1.1em;
text-align: center; text-align: center;
color: $primary;
} }
&.no-logos { &.no-logos {