diff --git a/assets/style.sass b/assets/style.sass index 0cfa54b..d378039 100644 --- a/assets/style.sass +++ b/assets/style.sass @@ -314,6 +314,26 @@ article.content border-radius: 7px margin: 0 display: block + div.image-split p + // put images side by side + display: flex + flex-direction: row + justify-content: center + gap: 1rem + width: 80% + margin: .6rem auto + img + height: 300px + width: auto + border-radius: 7px + box-shadow: 0 0 5px #00000036 + margin: 0 + span.caption + font-size: .9rem + text-align: center + margin: 0 + padding: 0 + color: gray div.flex-left display: flex @@ -421,6 +441,15 @@ article.split-me div.wrapper width: 85% margin: auto + article.content + div.image-split p + flex-direction: column + justify-content: center + align-items: center + img + margin: 0 + width: 90% + height: auto @media screen and (max-width: 1000px) body diff --git a/content/posts/savory/brownies/index.md b/content/posts/savory/brownies/index.md index d633252..c6e436a 100644 --- a/content/posts/savory/brownies/index.md +++ b/content/posts/savory/brownies/index.md @@ -2,7 +2,7 @@ title: "Brownies" date: 2023-01-27T12:45:00Z draft: false -tags: ["baked", "chocolate", "spongy"] +tags: ["baked", "chocolate"] categories: ["Sweet"] --- diff --git a/static/christmas-truffles/balls0.jpg b/content/posts/sweet/christmas-truffles/balls0.jpg similarity index 100% rename from static/christmas-truffles/balls0.jpg rename to content/posts/sweet/christmas-truffles/balls0.jpg diff --git a/static/christmas-truffles/balls1.jpg b/content/posts/sweet/christmas-truffles/balls1.jpg similarity index 100% rename from static/christmas-truffles/balls1.jpg rename to content/posts/sweet/christmas-truffles/balls1.jpg diff --git a/content/posts/sweet/christmas-truffles/index.md b/content/posts/sweet/christmas-truffles/index.md index 0dfb67b..b0b9aea 100644 --- a/content/posts/sweet/christmas-truffles/index.md +++ b/content/posts/sweet/christmas-truffles/index.md @@ -12,7 +12,13 @@ These balls are chewy, chocolatey, nutty and oh so good! They keep well in the fridge for a few weeks. -![](/christmas-truffles/balls0.jpg) +