diff --git a/_sass/_layout.scss b/_sass/_layout.scss index 48d3beb..4bb48f8 100644 --- a/_sass/_layout.scss +++ b/_sass/_layout.scss @@ -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; } diff --git a/css/main.scss b/css/main.scss index 8fb799f..01d3ce7 100644 --- a/css/main.scss +++ b/css/main.scss @@ -11,6 +11,7 @@ $base-font-size: 16px; $base-font-weight: 400; $small-font-size: $base-font-size * 0.875; $base-line-height: 1.5; +$large-font-size: $base-font-size * 1.125; $spacing-unit: 15px; diff --git a/index.html b/index.html index b37eaaa..296f3bf 100644 --- a/index.html +++ b/index.html @@ -6,9 +6,9 @@ layout: default {% if last_meta.active %}
Site Update: - + {{ last_meta.title }} - + ({{ last_meta.date | date: "%Y-%m-%d" }})
{% endif %}