From 19ac3bb71b9d77719428554e2fc3c0ebb2ee5de6 Mon Sep 17 00:00:00 2001
From: Ekaitz Zarraga <ekaitz@elenq.tech>
Date: Mon, 13 Jan 2020 15:46:13 +0100
Subject: Correct headings

---
 themes/elenq/static/css/elenq-pelican.css | 15 ++++++++++++---
 1 file changed, 12 insertions(+), 3 deletions(-)

(limited to 'themes')

diff --git a/themes/elenq/static/css/elenq-pelican.css b/themes/elenq/static/css/elenq-pelican.css
index 848fd95..0cf06f0 100644
--- a/themes/elenq/static/css/elenq-pelican.css
+++ b/themes/elenq/static/css/elenq-pelican.css
@@ -64,7 +64,19 @@ li{
 .hentry .entry-content h5{ font-size: 1.4rem; }
 .hentry .entry-content h6{ font-size: 1.2rem; }
 
+h2.entry-title{
+  font-size: 3.0rem; line-height: 1.2;
+}
 
+h1{
+  text-align: left;
+  text-decoration: none;
+  margin-top: 2ex;
+  margin-bottom: 0;
+  font-size: 3.4rem;
+  line-height: 1.2;
+  font-family: "LatoLatinWeb", Helvetica, Arial, sans-serif;
+}
 
 h1.main-title {
   font-size: 4.5rem; line-height: 1;  text-align: center;
@@ -75,9 +87,6 @@ h1.main-title {
 h1 span.subtitle{
   font-size: 2.5rem;
 }
-h2.entry-title{
-  font-size: 3.0rem; line-height: 1.2;
-}
 
 .footnote{
   margin-top: 4em;
-- 
cgit v1.2.3