From fe17cee2f0aec92308257274fe4fcb0256e8293a Mon Sep 17 00:00:00 2001 From: Kevin Gonzalez Date: Mon, 19 Aug 2024 01:19:19 +0900 Subject: [PATCH] updated styles.css: change font size and articles title padding bottom --- static/css/styles.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/css/styles.css b/static/css/styles.css index 79daf2a..d9b73a4 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -30,7 +30,7 @@ * { font-family: "luciole", "helvetica", "consolas", "sans-serif"; - font-size: 19px; + font-size: 17px; } /* Variables */ @@ -214,6 +214,7 @@ footer { .titre_article_liste { font-size: 1.2em; padding-top: 15px; + padding-bottom: 1%; } .post-link {