Fix smaller design issues

This commit is contained in:
2026-05-24 12:14:19 +02:00
parent cbea71d9ae
commit f5c706b587
3 changed files with 4 additions and 4 deletions

View File

@@ -38,7 +38,7 @@
@endphp
<div
class="group overflow-hidden rounded-2xl border border-neutral-200 bg-white shadow-sm transition-all duration-300 hover:-translate-y-1 hover:shadow-xl dark:border-neutral-800 dark:bg-neutral-950">
class="group overflow-hidden rounded-2xl border dark:border-neutral-800 border-neutral-300 dark:bg-neutral-900 dark:hover:border-neutral-700 hover:border-neutral-400 hover:shadow-2xl hover:shadow-black/30 shadow-md transition-all duration-300 hover:-translate-y-1">
<div class="flex flex-col md:flex-row">
@@ -70,7 +70,7 @@
</a>
{{-- Comment Content --}}
<div class="flex-1 p-4 md:p-6 bg-neutral-50 dark:bg-neutral-950">
<div class="flex-1 p-4 md:p-6 bg-neutral-50 dark:bg-neutral-900">
@include('partials.comment', ['comment' => $comment])
</div>