feat: use hr instead od h1 border
This commit is contained in:
parent
d7483f0f00
commit
0e06457894
1
articles
Submodule
1
articles
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 14cf99e3c9651ca1c4199b2a53af9c438e0939f8
|
|
@ -10,10 +10,15 @@
|
||||||
position: relative;
|
position: relative;
|
||||||
width: auto;
|
width: auto;
|
||||||
font-size: 2rem;
|
font-size: 2rem;
|
||||||
border-bottom: 1px solid var(--color-outline);
|
margin-bottom: 0.5rem;
|
||||||
padding-bottom: 0.5rem;
|
|
||||||
}
|
}
|
||||||
> *:not(h1) {
|
hr {
|
||||||
|
padding: 0;
|
||||||
|
margin: 0;
|
||||||
|
border: none;
|
||||||
|
border-top: 1px solid var(--color-outline);
|
||||||
|
}
|
||||||
|
> *:not(h1, hr) {
|
||||||
margin-left: 2rem;
|
margin-left: 2rem;
|
||||||
}
|
}
|
||||||
h2 {
|
h2 {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user