From 22a4c7b5487541c52a87a2c17312a5f56ca55373 Mon Sep 17 00:00:00 2001 From: Santiago Soler Date: Sat, 13 Mar 2021 17:34:52 -0300 Subject: Improve CSS style --- ~santisoler/style.css | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/~santisoler/style.css b/~santisoler/style.css index 83c8bdb..92f181b 100644 --- a/~santisoler/style.css +++ b/~santisoler/style.css @@ -27,18 +27,24 @@ h1 { } h2 { font-size: 18pt; + margin-top: 50px; } h3 { font-size: 16pt; - font-weight: 400; + margin-top: 50px; } h4 { font-size: 14pt; font-weight: 400; } p { - font-size: 14pt; + font-size: 12pt; + line-height: 1.5em; +} + +li { line-height: 1.7em; + font-size: 12pt; } /* ------ */ @@ -100,6 +106,11 @@ ul.blog-entries li { text-align: right; } +ul.tldr li { + line-height: 1.5em; + font-size: 14pt; +} + /* ------ */ /* Footer */ /* ------ */ @@ -109,6 +120,6 @@ footer { padding-bottom: 20px; margin-top: 300px; text-align: center; - font-size: 12pt; - line-height: 1.5em; + font-size: 10pt; + line-height: 1.3em; } -- cgit v1.2.3