Reduce featured title font size

This commit is contained in:
Ray Schamp 2015-08-06 18:10:26 -04:00
parent d2f0f41dec
commit 8ed8eff35b
2 changed files with 2 additions and 2 deletions

View file

@ -1505,7 +1505,7 @@ body.page-home > main > header {
.featured-extension > section h2 {
color: #24a3ec;
margin-bottom: 0;
font-size: 1.25em; }
font-size: 1.1em; }
.featured-extension > section p {
text-align: left;
font-size: 0.9em;

View file

@ -262,7 +262,7 @@ body.page-home > main > header {
h2 {
color: $bright-blue;
margin-bottom: 0;
font-size: 1.25 * $base-font-size;
font-size: 1.1 * $base-font-size;
}
p {