This commit is contained in:
f4ilji
2025-01-09 14:22:08 +05:00
parent fb2bfc2924
commit c4bf10b0c3
2 changed files with 6 additions and 2 deletions
+4
View File
@@ -2,3 +2,7 @@
@tailwind components;
@tailwind utilities;
strong {
font-size: 1.1rem !important;
}
@@ -38,7 +38,7 @@
<div class="flex md:justify-center overflow-x-auto space-x-6 mb-10 lg:mb-14 p-4">
<!-- Card -->
<Link
<a
v-for="item in resource.data.content"
class="group flex-shrink-0 w-64 flex flex-col bg-white border shadow-sm rounded-xl hover:shadow-md focus:outline-none focus:shadow-md transition"
:href="item.link"
@@ -65,7 +65,7 @@
{{ item.link_text }}
</p>
</div>
</Link>
</a>