diff --git a/_posts/updates/2024-10-13-title.md b/_posts/updates/2024-10-13-title.md index 883c021..7293c75 100644 --- a/_posts/updates/2024-10-13-title.md +++ b/_posts/updates/2024-10-13-title.md @@ -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. \ No newline at end of file +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. \ No newline at end of file diff --git a/style.css b/style.css index 93ac2d0..b1eb47b 100644 --- a/style.css +++ b/style.css @@ -212,7 +212,7 @@ img { } p { - margin: 0.5vw 1.5vw 0.5vw 1.5vw; + margin: 1rem 1.5rem 1rem 1.5rem; } a {