diff options
author | Marc Coquand <marcc0000@pm.me> | 2023-09-15 08:49:48 -0300 |
---|---|---|
committer | Marc Coquand <marcc0000@pm.me> | 2023-09-15 08:49:48 -0300 |
commit | 60a2162ce52a629b1bd178f8977b9e38f310f42e (patch) | |
tree | 8915f35e54836677d647cfb705fdba657bb3a55e /css/main.css | |
parent | b2c976d3d41687e172df1b5e3b8c183a2807ce45 (diff) | |
download | mccd.space-60a2162ce52a629b1bd178f8977b9e38f310f42e.tar.gz mccd.space-60a2162ce52a629b1bd178f8977b9e38f310f42e.tar.bz2 mccd.space-60a2162ce52a629b1bd178f8977b9e38f310f42e.zip |
Update article font size
Diffstat (limited to 'css/main.css')
-rw-r--r-- | css/main.css | 11 |
1 files changed, 5 insertions, 6 deletions
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; } |