summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEkaitz Zárraga <ekaitz.zarraga@protonmail.com>2019-01-13 13:11:18 +0100
committerEkaitz Zárraga <ekaitz.zarraga@protonmail.com>2019-01-13 13:11:18 +0100
commitd5ca22ec1bb051fb09d6fd0057de0165d5e1dbff (patch)
tree929014576212b9141fb3f06a3ee4bbc725e5dcf3
parenta4d86dd7ea5090dd0bbba404c949844ffe0f780c (diff)
Title size
-rw-r--r--themes/elenq/static/css/style.css4
1 files 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; }