Skip to content

Commit 1d19ae9

Browse files
authored
Update generate-docs.yml
1 parent 0473cff commit 1d19ae9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/generate-docs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)