Minor formatting updates.

This commit is contained in:
Anna Rose 2016-05-04 13:50:14 -04:00
parent 0ef982ecc7
commit 655ea16478
2 changed files with 3 additions and 3 deletions

View File

@ -170,7 +170,7 @@
.site-update {
text-align: center;
font-size: $large-font-size;
padding-bottom: $spacing-unit;
padding-bottom: $spacing-unit / 2;
}
.page-content {
@ -187,7 +187,7 @@
list-style: none;
> li {
margin-bottom: $spacing-unit;
margin-bottom: 5px;
}
}

View File

@ -13,7 +13,7 @@ $small-font-size: $base-font-size * 0.875;
$base-line-height: 1.5;
$large-font-size: $base-font-size * 1.125;
$spacing-unit: 15px;
$spacing-unit: 30px;
$text-color: #111;
$background-color: #fdfdfd;