From 7e7a956916899a2f35a22ec12ae08cd56e12e52f Mon Sep 17 00:00:00 2001 From: Ekaitz Zarraga Date: Sat, 26 Jun 2021 22:54:53 +0200 Subject: Add machine code generation entry --- themes/elenq/static/css/elenq-pelican.css | 5 +++++ themes/elenq/static/css/elenq.css | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) (limited to 'themes/elenq/static') diff --git a/themes/elenq/static/css/elenq-pelican.css b/themes/elenq/static/css/elenq-pelican.css index 4ca2b77..17bc9cd 100644 --- a/themes/elenq/static/css/elenq-pelican.css +++ b/themes/elenq/static/css/elenq-pelican.css @@ -67,6 +67,10 @@ li{ h2.entry-title{ font-size: 3.0rem; line-height: 1.2; } +h3.entry-title{ + line-height: 1.2; + margin-bottom: 1ex; +} h1{ text-align: left; @@ -88,6 +92,7 @@ h1 span.subtitle{ font-size: 2.5rem; } + .footnote{ margin-top: 4em; border-top: 1px solid var(--border-color); diff --git a/themes/elenq/static/css/elenq.css b/themes/elenq/static/css/elenq.css index ba04f2f..c51af6f 100644 --- a/themes/elenq/static/css/elenq.css +++ b/themes/elenq/static/css/elenq.css @@ -18,10 +18,10 @@ q, blockquote{ } h1, h2, h3, h4, h5, h6 { text-decoration: none; - margin-top: 2ex; - margin-bottom: 0; + margin-top: 3ex; + margin-bottom: 1.5ex; line-height: 2; - font-weight: 300; } +} h1 { font-size: 5.5rem; line-height: 1.2; -- cgit v1.2.3