We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9db25cd + 2d4bb19 commit 6892b5eCopy full SHA for 6892b5e
resources/views/pages/dashboard.blade.php
@@ -1,5 +1,5 @@
1
<x-filament-panels::page>
2
- <div class="grid grid-cols-3 gap-y-4 sm:grid-cols-2 sm:gap-x-6 sm:gap-y-10 lg:grid-cols-3 lg:gap-x-8">
+ <div class="grid grid-cols-1 gap-y-4 sm:grid-cols-2 sm:gap-x-6 sm:gap-y-10 lg:grid-cols-3 lg:gap-x-8">
3
@foreach ($courses as $course)
4
<x-filament-lms::course-card :course="$course"/>
5
@endforeach
0 commit comments