From b044dcc709a37ecf3da2bea713fdff479d4f285f Mon Sep 17 00:00:00 2001
From: Ekaitz Zárraga <ekaitz.zarraga@protonmail.com>
Date: Sun, 3 Feb 2019 13:39:46 +0100
Subject: Add subtitle support

---
 themes/elenq/static/css/style.css | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

(limited to 'themes/elenq/static')

diff --git a/themes/elenq/static/css/style.css b/themes/elenq/static/css/style.css
index 3906fce..0f9d057 100644
--- a/themes/elenq/static/css/style.css
+++ b/themes/elenq/static/css/style.css
@@ -199,11 +199,14 @@ h1, h2, h3, h4, h5, h6 {
   font-weight: 300;
 }
 h1.main-title {
-  font-size: 4.5rem; line-height: 1.2;  text-align: center;
+  font-size: 4.5rem; line-height: 1;  text-align: center;
   margin-bottom: 2rem;
   margin-top: 2rem;
   font-family: "LatoLatinLightWeb", Helvetica, Arial, sans-serif;
 }
+h1 span.subtitle{
+  font-size: 2.5rem;
+}
 h2.entry-title{
   font-size: 3.0rem; line-height: 1.2;
 }
-- 
cgit v1.2.3