Make home more responsive depending on screen width

This commit is contained in:
2026-05-24 12:06:44 +02:00
parent 64a621173c
commit cbea71d9ae
4 changed files with 83 additions and 6 deletions

View File

@@ -28,4 +28,6 @@
<div class="mx-auto pt-6 sm:px-6 lg:px-8 space-y-6 max-w-[100%] xl:max-w-[95%] 2xl:max-w-[85%] pb-2">
@include('home.partials.comments')
</div>
@vite(['resources/js/responsive.js'])
</x-app-layout>