Skip to content

Commit

Permalink
cleanup and simple image split
Browse files Browse the repository at this point in the history
  • Loading branch information
dhonus committed Jan 1, 2024
1 parent 5976244 commit 9edbe59
Show file tree
Hide file tree
Showing 11 changed files with 37 additions and 2 deletions.
29 changes: 29 additions & 0 deletions assets/style.sass
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion content/posts/savory/brownies/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Brownies"
date: 2023-01-27T12:45:00Z
draft: false
tags: ["baked", "chocolate", "spongy"]
tags: ["baked", "chocolate"]
categories: ["Sweet"]
---

Expand Down
File renamed without changes
File renamed without changes
8 changes: 7 additions & 1 deletion content/posts/sweet/christmas-truffles/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
<div class="image-split">

![](balls0.jpg)
![](balls1.jpg)

<span class="caption">Christmas balls</span>
</div>

<div class="recipe">
Prep time: 5 minutes
Expand Down
Binary file removed static/christmas-truffles/balls0.jpg~
Binary file not shown.
Binary file removed static/christmas-truffles/balls1.jpg~
Binary file not shown.
Binary file removed static/favicon.png~
Binary file not shown.
Binary file removed static/logo.png~
Binary file not shown.
Binary file removed static/teasers/lunch.jpg~
Binary file not shown.
Binary file removed static/teasers/soup.jpg~
Binary file not shown.

0 comments on commit 9edbe59

Please sign in to comment.