update font sizing

This commit is contained in:
catherine-w 2021-10-23 16:07:13 -04:00
parent a5bcb38ed6
commit 742c71300b
1 changed files with 1 additions and 8 deletions

View File

@ -57,6 +57,7 @@
fill: var(--primary-accent);
}
.card h1,
.card h2,
.card h3,
.card h4 {
@ -84,12 +85,4 @@
.nameSpacer {
display: none;
}
.card h2,
.card h3,
.card h4 {
font-size: calc(18rem / 16);
margin-top: calc(24rem / 16);
margin-bottom: calc(8rem / 16);
}
}