Update styling of hr

This commit is contained in:
Magnus Hoff 2018-08-20 22:31:35 +02:00
parent 53e983bee9
commit 8500075357

View file

@ -54,9 +54,8 @@ h1+*, h2+*, h3+*, h4+*, h5+*, h6+* {
article>hr {
border: none;
border-top: 1px solid black;
max-width: 400px;
width: 70%;
border-top: 6px solid var(--theme-main);
width: 40px;
margin: 20px auto;
}
@ -586,6 +585,10 @@ input[type="search"]::placeholder {
margin: 0 auto;
}
article>hr {
border-color: black;
}
h1 {
font-size: 22pt;
line-height: 33pt;