fix /me h1 line-height

This commit is contained in:
Nathan Upchurch 2024-02-26 22:59:34 -06:00
parent 35a5e436c6
commit 2707a856d9

View File

@ -14,6 +14,7 @@ h1.socialTitle {
padding: 0;
margin: 0;
font-size: var(--step-4);
line-height: calc(var(--step-4) * 0.5 + var(--step-4));
}
.links-container p {