1
0

Put font-size for h2 inside h2,h3.

This commit is contained in:
Alexander Andreev 2024-06-25 04:39:15 +04:00
parent f608836bf3
commit 1d6b60f684
Signed by: Arav
GPG Key ID: 25969B23DCB5CA34

View File

@ -71,10 +71,9 @@ h1 {
h1,
h2 { font-variant: small-caps; }
h2 { font-size: 1.4rem; }
h2,
h3 {
font-size: 1.4rem;
text-align: center;
margin: 1rem; }