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