tag consistency across pages and posts
All checks were successful
/ weblog.lol (push) Successful in 30s
All checks were successful
/ weblog.lol (push) Successful in 30s
This commit is contained in:
parent
99ea9caab7
commit
96fd9604b5
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user