all repos — site @ abe24399fa27eeef584bcfc6eede205dda2bb266

source for my site, found at icyphox.sh

css: 400 font weight + some padding for h2/h3
Anirudh Oppiliappan x@icyphox.sh
Sun, 17 Nov 2024 12:13:30 +0200
commit

abe24399fa27eeef584bcfc6eede205dda2bb266

parent

08e4585f71a83e447d2a54d2c1e994184bc15a6e

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M static/style.cssstatic/style.css

@@ -41,7 +41,7 @@ sans-serif;

font-size: 1.05rem; padding: 0; line-height: 160%; - font-weight: 380; + font-weight: 400; font-feature-settings: "ss03" 1, "ss04" 1, "ss0h" 1, "ss06" 1, "ss07" 1, "ss08" 1, "ss09" 1; font-variant-ligatures: discretionary-ligatures font-variant-ligatures: common-ligatures;

@@ -75,7 +75,7 @@ }

main h2, h3 { - padding: 20px 0 5px 0; + margin: 40px 0 20px 0; } .logo img {