This commit is contained in:
Younes ENNAJI
2025-03-18 22:02:54 +00:00
parent 70e08fc913
commit 5f4a8beaa3
+2 -2
View File
@@ -6,8 +6,8 @@ layout: default
<!-- Main Content with Styled Sections --> <!-- Main Content with Styled Sections -->
<div class="bg-white rounded-xl shadow-sm border border-slate-200 overflow-hidden"> <div class="bg-white rounded-xl shadow-sm border border-slate-200 overflow-hidden">
<!-- Table of contents - Desktop --> <!-- Table of contents - Desktop -->
<div class="border-b border-slate-100"> <div class="w-full bg-white border-b border-slate-100 shadow-sm">
<div class="px-6 py-4 flex items-center gap-4 overflow-x-auto no-scrollbar"> <div class="px-2 py-4 flex items-center gap-4 overflow-x-auto no-scrollbar">
<a href="#requirements" class="text-sm font-medium text-slate-700 hover:text-indigo-600 whitespace-nowrap transition-colors"> <a href="#requirements" class="text-sm font-medium text-slate-700 hover:text-indigo-600 whitespace-nowrap transition-colors">
<i class="fa-solid fa-list-check mr-1.5 text-indigo-500"></i> Requirements <i class="fa-solid fa-list-check mr-1.5 text-indigo-500"></i> Requirements
</a> </a>