fix: fix hr
This commit is contained in:
parent
34fba16430
commit
e0eb5396d0
2 changed files with 2 additions and 2 deletions
|
@ -208,7 +208,7 @@ h6, .title-6 {
|
|||
font-weight: 800; }
|
||||
|
||||
hr {
|
||||
border: 0px solid rgba(1, 1, 1, 0.15);
|
||||
border: 1px solid rgba(1, 1, 1, 0.15);
|
||||
border-bottom: 1px;
|
||||
margin: 1.5em;
|
||||
box-sizing: content-box;
|
||||
|
|
|
@ -153,7 +153,7 @@ h6, .title-6 {
|
|||
}
|
||||
|
||||
hr {
|
||||
border: 0px solid rgba(1, 1, 1, 0.15);
|
||||
border: 1px solid rgba(1, 1, 1, 0.15);
|
||||
border-bottom: 1px;
|
||||
margin: 1.5em;
|
||||
box-sizing: content-box;
|
||||
|
|
Loading…
Reference in a new issue