update: Playing around with font and paddings

This commit is contained in:
ngn 2024-02-23 22:50:41 +03:00
parent 301e8acb20
commit e5a611bc66

View File

@ -31,12 +31,12 @@
} }
.md h2 { .md h2 {
font-size: 22px; font-size: 23px;
margin-top: 32px; margin-top: 30px;
} }
.md h3 { .md h3 {
font-size: 20px; font-size: 18px;
margin-top: 20px; margin-top: 20px;
} }
@ -45,7 +45,7 @@
color: var(--bright-second); color: var(--bright-second);
line-height: 24px; line-height: 24px;
letter-spacing: .01em; letter-spacing: .01em;
margin-top: 12px; margin-top: 10px;
} }
.md strong { .md strong {