Skip to content

Commit

Permalink
Set <hr>'s border to 0 (adityatelange#870)
Browse files Browse the repository at this point in the history
* Updated post-single.css to set hr's border to 0

* cleanup

Co-authored-by: Aditya Telange <[email protected]>
  • Loading branch information
SebMtn and adityatelange authored Apr 19, 2022
1 parent 0ffa0d6 commit 0d7f979
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions assets/css/common/post-single.css
Original file line number Diff line number Diff line change
Expand Up @@ -222,8 +222,7 @@
margin: 30px 0;
height: 2px;
background: var(--tertiary);
border-top: 0;
border-bottom: 0;
border: 0;
}

.post-content iframe {
Expand Down

0 comments on commit 0d7f979

Please sign in to comment.