SyntaxFix
Write A Post
Hire A Developer
Questions
As I found the default Bootstrap <hr/> size unsightly, here's some simple HTML and CSS to balance out the element visually:
<hr/>
HTML:
<hr class="half-rule"/>
CSS:
.half-rule { margin-left: 0; text-align: left; width: 50%; }