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 <21258296+adityatelange@users.noreply.github.com>
  • Loading branch information
2 people authored and romainx committed Jul 26, 2022
1 parent 6a82d53 commit a654778
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 @@ -223,8 +223,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 a654778

Please sign in to comment.