feat: use hr instead od h1 border
This commit is contained in:
+8
-3
@@ -10,10 +10,15 @@
|
||||
position: relative;
|
||||
width: auto;
|
||||
font-size: 2rem;
|
||||
border-bottom: 1px solid var(--color-outline);
|
||||
padding-bottom: 0.5rem;
|
||||
margin-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;
|
||||
}
|
||||
h2 {
|
||||
|
||||
Reference in New Issue
Block a user