summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEkaitz Zarraga <ekaitz@elenq.tech>2020-01-13 15:46:13 +0100
committerEkaitz Zarraga <ekaitz@elenq.tech>2020-01-13 15:46:13 +0100
commit19ac3bb71b9d77719428554e2fc3c0ebb2ee5de6 (patch)
treea3d104b6158928de892e19e9755a593ce0693ca9
parent8f5b86d465e4e19620ec613127a7514ad9c58f4a (diff)
Correct headings
-rw-r--r--themes/elenq/static/css/elenq-pelican.css15
1 files changed, 12 insertions, 3 deletions
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;