tag consistency across pages and posts
All checks were successful
/ weblog.lol (push) Successful in 30s

This commit is contained in:
zepp 2025-03-09 21:28:36 -04:00
parent 99ea9caab7
commit 96fd9604b5

View File

@ -167,7 +167,7 @@ text-decoration: none;
color: var(--foreground);
}
main {
article {
padding: 1em;
background-color: var(--article-background-color);
border-radius: 10px;
@ -195,10 +195,10 @@ justify-content: center;
</header>
<main>
<article>
{body}
</article>
</main>
<hr>
<div class="pride-img">
<img
@ -208,6 +208,8 @@ justify-content: center;
width="88px"
/>
</div>
</main>
<footer>
<p>
written with <i class="fa-solid fa-heart"></i> by