This commit is contained in:
onomanapeia 2024-10-13 13:00:06 -05:00
parent 686b5833c7
commit beb0c9e903
2 changed files with 2 additions and 2 deletions

View file

@ -2,4 +2,4 @@
title: "site update"
date: 2024-10-13
---
new blog post about [art & surrealism]({% link _posts/2024-10-13-on-surrealism.md %}). added [kiss of life]({% link _pages/music.md %}#kissoflife) and [say my name]({% link _pages/music.md %}#saymyname) to the [music]({% link _pages/music.md %}) page. fixed rss discoverability.
new blog post about [art & surrealism]({% link _posts/2024-10-13-on-surrealism.md %}). added [kiss of life]({% link _pages/music.md %}#kissoflife) and [say my name]({% link _pages/music.md %}#saymyname) to the [music]({% link _pages/music.md %}) page. fixed rss discoverability. fixed a css bug that was causing paragraphs to not be spaced properly.

View file

@ -212,7 +212,7 @@ img {
}
p {
margin: 0.5vw 1.5vw 0.5vw 1.5vw;
margin: 1rem 1.5rem 1rem 1.5rem;
}
a {