feat: add <hr>

This commit is contained in:
jabuxas 2024-10-22 21:17:55 -03:00
parent 1c62723475
commit ecf563288a
2 changed files with 6 additions and 1 deletions

View File

@ -20,7 +20,7 @@
<img src="./images/icon.jpg" alt="jabuxas' icon" />
<h2>jabuxas</h2>
</div>
<h2>====================</h2>
<hr />
</div>
<div class="bottom-level">
<div class="link-item">

View File

@ -91,3 +91,8 @@ footer {
font-size: 0.8rem;
color: #777;
}
hr {
display: block;
margin: 1em auto;
}