Update font size for h2 in first-entry header

This commit is contained in:
Aditya Telange
2026-04-11 00:03:24 +05:30
parent 50745e5e2f
commit 6585da7746
+4
View File
@@ -19,6 +19,10 @@
line-height: 1.3; line-height: 1.3;
} }
.first-entry .entry-header h2 {
font-size: 40px;
}
.first-entry .entry-content { .first-entry .entry-content {
margin: 14px 0; margin: 14px 0;
font-size: 16px; font-size: 16px;