File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -239,7 +239,7 @@ jobs:
239239 }
240240
241241 .terminal-header {
242- @apply flex items-center gap-2 px-4 py-2 bg-gray-800 border border-gray-700 rounded-md ;
242+ @apply flex items-center gap-2 px-4 py-2 bg-gray-800 border-b border-gray-700;
243243 }
244244
245245 .terminal-circle {
@@ -435,7 +435,7 @@ jobs:
435435 <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
436436 <div class="flex items-center justify-between h-16">
437437 <div class="flex items-center space-x-4">
438- <div class="terminal-header">
438+ <div class="terminal-header rounded-md ">
439439 <div class="terminal-circle bg-red-500"></div>
440440 <div class="terminal-circle bg-yellow-500"></div>
441441 <div class="terminal-circle bg-green-500"></div>
@@ -477,8 +477,8 @@ jobs:
477477 </section>
478478
479479 <!-- Documentation Content -->
480- <section id="documentation" class="py-16 px-4 sm:px-6 lg:px-8">
481- <div class="max-w-4xl mx-auto">
480+ <section class="py-16 px-4 sm:px-6 lg:px-8">
481+ <div class="max-w-4xl mx-auto" id="documentation" >
482482 <div class="terminal-card p-8 lg:p-12">
483483 <div class="terminal-header mb-6">
484484 <div class="terminal-circle bg-red-500"></div>
You can’t perform that action at this time.
0 commit comments