Fix h1 and h2 font sizes
Anirudh Oppiliappan x@icyphox.sh
Mon, 14 Dec 2020 20:17:11 +0530
1 files changed,
5 insertions(+),
0 deletions(-)
jump to
M
static/style.css
→
static/style.css
@@ -338,6 +338,11 @@ }
h2 { color: var(--dark); + font-size: 22px; +} + +h1 { + font-size: 28px; } h3 {