From 041569ece791ec81a6d3558f8bb84c597699eca0 Mon Sep 17 00:00:00 2001 From: Thomas Dehaeze Date: Fri, 27 Nov 2020 11:10:18 +0100 Subject: [PATCH] Reduce subtitle size --- scss/partials/_headlines.scss | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/scss/partials/_headlines.scss b/scss/partials/_headlines.scss index 459c104..cd5e43b 100644 --- a/scss/partials/_headlines.scss +++ b/scss/partials/_headlines.scss @@ -1,8 +1,11 @@ - .title { + font-size:175%; + margin-bottom: 1em; + font-weight:700; + text-align: center; + .subtitle{ - font-size:95%; - font-weight:700; + font-size:80%; } }