Update formatting for site update post, clean up some date formatting and set front matter defaults.
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user