diff options
-rw-r--r-- | themes/elenq/static/css/elenq-pelican.css | 15 |
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; |