We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9e9b70 commit c3dd04fCopy full SHA for c3dd04f
resources/views/dashboard/index.vue
@@ -74,7 +74,7 @@ useHead({
74
75
<ul
76
role="list"
77
- class="mt-6 grid grid-cols-1 gap-x-6 gap-y-8 lg:grid-cols-5 xl:gap-x-8"
+ class="mt-6 grid grid-cols-1 gap-x-6 gap-y-8 lg:grid-cols-4 xl:gap-x-8"
78
>
79
<li class="overflow-hidden rounded-xl border border-gray-200 dark:border-gray-600">
80
<div class="flex items-center gap-x-4 border-b border-gray-900/5 bg-gray-50 hover:bg-white p-6 dark:bg-blue-gray-700 transform duration-250 ease-in-out">
0 commit comments