From 60a2162ce52a629b1bd178f8977b9e38f310f42e Mon Sep 17 00:00:00 2001 From: Marc Coquand Date: Fri, 15 Sep 2023 08:49:48 -0300 Subject: Update article font size --- css/main.css | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'css/main.css') diff --git a/css/main.css b/css/main.css index 659b7d5..7d96622 100644 --- a/css/main.css +++ b/css/main.css @@ -44,13 +44,12 @@ .article-m { font-family: "Noto Sans Mono", monospace; - font-size: 24px; + font-size: 20px; text-decoration: none; opacity: 0.6; color: black; - font-weight: bold; + font-weight: 700; padding: 0px; - margin-top: 2rem; } .article-m:hover { @@ -75,9 +74,9 @@ body { h1 { font-family: "Times New Roman", Serif; - font-weight: 500; - font-size: 32px; - margin-bottom: 0; + font-weight: 700; + font-size: 20px; + margin-top: 2rem; line-height: 1.5; } -- cgit v1.2.3