Skip to content

Commit

Permalink
style: adjust spacing and add rating class to custom.css
Browse files Browse the repository at this point in the history
  • Loading branch information
doerfli committed Jul 8, 2024
1 parent 9ad3666 commit bbc790a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/assets/stylesheets/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -228,10 +228,15 @@
.prose :where(li):not(:where([class~="not-prose"] *)) {
@apply my-0.5 !important;
}


nav {
@apply hidden !important;
}

.rating {
@apply mt-4;
}

.recipe_tags {
@apply mt-8;
Expand Down

0 comments on commit bbc790a

Please sign in to comment.