Skip to content

Commit

Permalink
fix: browse layout for oldest item; notes section of recipe include
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisburnell committed Dec 24, 2024
1 parent f6a83c7 commit 61e29db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/css/blocks/_browse.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,7 @@

.browse__next {
text-align: end;
}
:has(> .browse__next) {
margin-inline-start: auto;
}
2 changes: 1 addition & 1 deletion src/eleventy/includes/post/recipe.njk
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<tr>
<th>Name</th>
<th>Amount</th>
<th>Notes</th>
<th> </th>
</tr>
</thead>
<tbody>
Expand Down

0 comments on commit 61e29db

Please # to comment.