adjust some spacing

This commit is contained in:
Youwen Wu 2024-05-25 13:28:14 -07:00
parent 83109a7a4c
commit 9f3c88c2eb
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3
3 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

View file

@ -15,7 +15,7 @@ of the features.
<img
alt="gradient ascent"
src="./images/gradient-ascent.jpg"
style="height: 200px; width: 80%; object-fit: cover"
style="height: 200px; width: 100%; object-fit: cover"
/>
I'll be writing about computers, code, math, video games, and whatever else

View file

@ -14,6 +14,6 @@
$if(updated)$(last updated: $updated$)$endif$
</div>
</header>
<section class="post mt-4">$body$</section>
<section class="post mt-6">$body$</section>
</article>
</main>