Skip to content

Commit 2d4bb19

Browse files
author
John Wesely
committed
fix course dashboard on mobile
1 parent 9db25cd commit 2d4bb19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/pages/dashboard.blade.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<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">
2+
<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">
33
@foreach ($courses as $course)
44
<x-filament-lms::course-card :course="$course"/>
55
@endforeach

0 commit comments

Comments
 (0)