Some styling adjustments

This commit is contained in:
2023-11-05 15:56:29 +11:00
parent 7d30513120
commit cafd86edcf
31 changed files with 34 additions and 34 deletions

View File

@@ -19,4 +19,4 @@ div class="h-feed mb-12 max-w-prose mx-auto"
- posts.each do |post|
== render "shared/compact_post", post: post, trip: trip, first: post.id == posts.first.id, last: post.id == posts.last.id
div class="max-w-screen-md mx-auto border-t-4 border-solid border-gray-400 dark:border-gray-600"
div class="max-w-screen-md mx-auto border-t border-solid border-gray-200 dark:border-gray-600"