Removed bottom margin on h2 tag

This commit is contained in:
Matt DeCamp 2021-12-08 20:50:43 -05:00
parent 9f49dbb625
commit 4e6eccffc7

View file

@ -4,7 +4,6 @@ h1 {
}
h2 {
font-size: clamp(var(--s2), 3vw, var(--s3));
margin: 0 0 var(--s-1);
}
h3 {
font-size: clamp(var(--s1),3vw,var(--s2));
@ -18,7 +17,6 @@ h4 {
}
p {
font-size: clamp(var(--s0),3vw,var(--s1));
margin-bottom: var(--s1);
}