css: 400 font weight + some padding for h2/h3
Anirudh Oppiliappan x@icyphox.sh
Sun, 17 Nov 2024 12:13:30 +0200
1 files changed,
2 insertions(+),
2 deletions(-)
jump to
M
static/style.css
→
static/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 {