Increase h1 line height for mobile

This commit is contained in:
N-Upchurch 2023-08-06 20:26:56 -05:00
parent 4e4877d892
commit c7c132d063

View File

@ -484,7 +484,7 @@ h2 + .header-anchor {
h1 {
font-size: var(--font-xxl);
padding-top: 0;
line-height: 2rem;
line-height: 2.25rem;
}
h2, .postlist h2, main h2 {
font-size: var(--font-xl);