Update h2 style

- Removed the bottom border.
- Increased top margin.
This commit is contained in:
Foster Hangdaan 2023-08-04 21:07:56 -04:00
parent 11aca8ccee
commit a53f419dbb
Signed by: foster
GPG key ID: E48D7F49A852F112

View file

@ -35,8 +35,10 @@ h1, h2, h3, h4, h5, h6 {
}
h2 {
border-bottom: 1px solid var(--color-black);
padding-bottom: 0.5rem;
margin-top: 3rem;
&:first-child {
margin-top: 0;
}
}
p {