From 1bfeb5e4b9344c5667e740494a2eed51760777c7 Mon Sep 17 00:00:00 2001 From: Hugo Peixoto Date: Thu, 28 Oct 2021 17:06:24 +0100 Subject: [PATCH] Cleanup JS and tweak h1 css --- themes/academic/layouts/_default/baseof.html | 11 +++ themes/academic/layouts/partials/site_js.html | 68 +------------------ 2 files changed, 13 insertions(+), 66 deletions(-) diff --git a/themes/academic/layouts/_default/baseof.html b/themes/academic/layouts/_default/baseof.html index dbc1b6a..ec8bfeb 100644 --- a/themes/academic/layouts/_default/baseof.html +++ b/themes/academic/layouts/_default/baseof.html @@ -283,6 +283,17 @@ article.article p { margin-bottom: 1em; } +article.article .featured-image { + width: 100%; + margin-bottom: 2em; +} + +article.article h1 { + font-size: 2.25rem; + font-weight: 300; + line-height: 2.5rem; +} +