mirror of https://gitlab.com/curben/blog
fix(css): thinner <hr>
This commit is contained in:
parent
e43e5e751a
commit
4e27e35029
|
@ -86,7 +86,6 @@ textarea {
|
||||||
hr {
|
hr {
|
||||||
background-image: -webkit-linear-gradient(0deg,transparent,#e6e6e6,transparent);
|
background-image: -webkit-linear-gradient(0deg,transparent,#e6e6e6,transparent);
|
||||||
border: none;
|
border: none;
|
||||||
border-bottom: 1px solid #cfcfcf;
|
|
||||||
box-sizing: content-box;
|
box-sizing: content-box;
|
||||||
height: 1px;
|
height: 1px;
|
||||||
margin-bottom: 1em;
|
margin-bottom: 1em;
|
||||||
|
|
Loading…
Reference in New Issue