From d5ca22ec1bb051fb09d6fd0057de0165d5e1dbff Mon Sep 17 00:00:00 2001
From: Ekaitz Zárraga <ekaitz.zarraga@protonmail.com>
Date: Sun, 13 Jan 2019 13:11:18 +0100
Subject: Title size

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

diff --git a/themes/elenq/static/css/style.css b/themes/elenq/static/css/style.css
index c4b257c..3906fce 100644
--- a/themes/elenq/static/css/style.css
+++ b/themes/elenq/static/css/style.css
@@ -205,7 +205,7 @@ h1.main-title {
   font-family: "LatoLatinLightWeb", Helvetica, Arial, sans-serif;
 }
 h2.entry-title{
-  font-size: 4.0rem; line-height: 1.2;
+  font-size: 3.0rem; line-height: 1.2;
 }
 h1 { font-size: 3.0rem; }
 h2 { font-size: 2.8rem; }
@@ -225,7 +225,7 @@ h6 { font-size: 1.5rem; }
     font-size: 5.0rem;
   }
   h2.entry-title{
-    font-size: 5.0rem;
+    font-size: 4.0rem;
   }
   h1 { font-size: 4.2rem; }
   h2 { font-size: 3.2rem; }
-- 
cgit v1.2.3