all repos — site @ 5996f53fe32548a5715cb76b46b66386c8d73a4c

source for my site, found at icyphox.sh

Fix h1 and h2 font sizes
Anirudh Oppiliappan x@icyphox.sh
Mon, 14 Dec 2020 20:17:11 +0530
commit

5996f53fe32548a5715cb76b46b66386c8d73a4c

parent

3abd1237f6cb6d0a53659c2ce0ee999d09e968ef

1 files changed, 5 insertions(+), 0 deletions(-)

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

@@ -338,6 +338,11 @@ }

h2 { color: var(--dark); + font-size: 22px; +} + +h1 { + font-size: 28px; } h3 {