Docs: fix Reboot Horizontal rules using border utilities

This commit is contained in:
Julien Déramond 2022-06-01 07:27:34 +02:00 committed by Mark Otto
parent eb17d3d760
commit 29766b2db2
1 changed files with 2 additions and 2 deletions

View File

@ -106,8 +106,8 @@ The `<hr>` element has been simplified. Similar to browser defaults, `<hr>`s are
<hr>
</div>
<hr class="text-danger border-2 opacity-50">
<hr class="border-primary border-3 opacity-75">
<hr class="border border-danger border-2 opacity-50">
<hr class="border border-primary border-3 opacity-75">
{{< /example >}}
## Lists