Skip to content

Commit

Permalink
measurement; css fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dhonus committed Oct 18, 2023
1 parent bbb407d commit 062d10e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion assets/style.sass
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,9 @@ div.recent-posts
display: flex
flex-direction: row
align-items: center
color: black
&:visited
color: black
button.tag-button
font-family: 'Playfair Display', serif
font-size: 1rem
Expand Down Expand Up @@ -210,10 +213,11 @@ article.content
text-decoration: overline
p
img
width: 50%
width: 70%
margin: auto
border-radius: 7px
display: block
box-shadow: 0 0 5px #00000036
div.cover
display: flex
width: 100%
Expand Down Expand Up @@ -346,3 +350,12 @@ article.split-me
border-radius: 7px
margin: 0
display: block
p
img
width: 75%

@media screen and ( max-width: 750px )
article.content
p
img
width: 100%
2 changes: 1 addition & 1 deletion content/posts/sweet/bundt cake/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Prep time: 15 minutes
Cooking time: 45 minutes

### Ingredients for 4 medium pancakes
- [ ] 300g all purpose flour
- [ ] 320g all purpose flour
- [ ] 150g white sugar (yeah it's a lot)
- [ ] 200g vegan yoghurt
- [ ] 100ml plant-based milk
Expand Down

0 comments on commit 062d10e

Please sign in to comment.