web/ChangelogEntry: reduce the size of heading contents

This commit is contained in:
wukko 2024-07-17 14:34:03 +06:00
parent 6a7311874e
commit dd7c17efeb
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

View file

@ -52,7 +52,7 @@
border-radius: 6px; border-radius: 6px;
background-color: var(--secondary); background-color: var(--secondary);
color: var(--primary); color: var(--primary);
font-size: 21px; font-size: 18px;
font-weight: 500; font-weight: 500;
} }
@ -65,6 +65,7 @@
.changelog-title { .changelog-title {
padding: 0; padding: 0;
line-height: 1.2; line-height: 1.2;
font-size: 23px;
} }
.changelog-banner { .changelog-banner {