Skip to content

Commit 035705c

Browse files
authored
UPDATE DOCS
1 parent 1e23875 commit 035705c

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/generate-docs.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -461,20 +461,18 @@ jobs:
461461
<section class="relative py-20 px-4 sm:px-6 lg:px-8 overflow-hidden">
462462
<div class="relative max-w-7xl mx-auto">
463463
<div class="text-center">
464-
<div class="animate-float mb-8">
464+
<div class="animate-float mb-8 flex justify-center">
465465
<img src="https://raw.githubusercontent.com/rizzbrew/AlwaysThereStore/refs/heads/main/kasir.png"
466466
alt="Kasir Icon"
467-
class="w-20 h-20 shadow-lg" />
467+
class="w-24 h-24 sm:w-28 sm:h-28 object-contain"
468+
/>
468469
</div>
469470
<h1 class="text-2xl font-bold text-shadow-cyber text-hacker-text mb-6" data-text="${REPO_NAME}">
470471
${REPO_NAME}
471472
</h1>
472473
<div class="flex flex-col sm:flex-row gap-4 justify-center">
473474
<a href="#documentation" class="cyber-btn">
474-
<span>Read Documentation</span>
475-
<svg class="w-5 h-5 ml-2 inline-block" fill="none" stroke="currentColor" viewBox="0 0 24 24">
476-
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 14l-7 7m0 0l-7-7m7 7V3"></path>
477-
</svg>
475+
<span>Read Documentation</span>
478476
</a>
479477
</div>
480478
</div>

0 commit comments

Comments
 (0)