Added styling for h3 elements

This commit is contained in:
ajdj100
2024-05-26 20:37:29 -04:00
parent 3d16fb8650
commit 63b4e1dfc8

View File

@@ -27,3 +27,10 @@ h2 {
margin: 0px 0 0px 0px;
}
h3 {
color: var(--white);
font-weight: 300;
font-size: 28px;
margin: 0px 0 0px 0px;
}