Update h2 style
- Removed the bottom border. - Increased top margin.
This commit is contained in:
parent
11aca8ccee
commit
a53f419dbb
1 changed files with 4 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue