Update formatting for site update post, clean up some date formatting and set front matter defaults.

This commit is contained in:
2016-04-12 14:40:02 -04:00
parent 028b47497d
commit 7eeccd9413
6 changed files with 28 additions and 5 deletions

View File

@ -167,6 +167,12 @@
/**
* Page content
*/
.site-update {
text-align: center;
font-size: $large-font-size;
padding-bottom: $spacing-unit;
}
.page-content {
padding: $spacing-unit 0;
}
@ -192,7 +198,7 @@
.post-link {
display: block;
font-size: 18px;
font-size: $large-font-size;
}