Skip to content

Commit a654778

Browse files
SebMtnadityatelange
authored andcommitted
Set <hr>'s border to 0 (adityatelange#870)
* Updated post-single.css to set hr's border to 0 * cleanup Co-authored-by: Aditya Telange <[email protected]>
1 parent 6a82d53 commit a654778

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

assets/css/common/post-single.css

+1-2
Original file line numberDiff line numberDiff line change
@@ -223,8 +223,7 @@
223223
margin: 30px 0;
224224
height: 2px;
225225
background: var(--tertiary);
226-
border-top: 0;
227-
border-bottom: 0;
226+
border: 0;
228227
}
229228

230229
.post-content iframe {

0 commit comments

Comments
 (0)