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;
+}
+