diff --git a/sass/blog.scss b/sass/blog.scss index bff1ed3..c80cce2 100644 --- a/sass/blog.scss +++ b/sass/blog.scss @@ -35,10 +35,10 @@ } .post-header .meta .date .day { - font-family: "Playfair Display", serif; + font-family: serif; font-weight: 700; line-height: 0.75em; - font-size: 2em; + font-size: 1.5em; display: block; margin: 0 0 0.5rem 0; } diff --git a/templates/base.html b/templates/base.html index 5f95d11..22999e7 100644 --- a/templates/base.html +++ b/templates/base.html @@ -28,14 +28,6 @@ gtag('config', '{{ config.extra.google_analytics_tag_id }}'); {% endif -%} - - - -