css fix
This commit is contained in:
parent
686b5833c7
commit
beb0c9e903
2 changed files with 2 additions and 2 deletions
|
@ -2,4 +2,4 @@
|
||||||
title: "site update"
|
title: "site update"
|
||||||
date: 2024-10-13
|
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.
|
|
@ -212,7 +212,7 @@ img {
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
margin: 0.5vw 1.5vw 0.5vw 1.5vw;
|
margin: 1rem 1.5rem 1rem 1.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
|
|
Loading…
Add table
Reference in a new issue