Skip to content

Commit 26c0f23

Browse files
committed
Fix description alignment, add author credit to footer
1 parent 5091b58 commit 26c0f23

1 file changed

Lines changed: 11 additions & 9 deletions

File tree

docs/.vitepress/theme/components/HeroLanding.vue

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ const archFiles = [
336336
<img src="/wolf.svg" alt="OpenWolf" width="24" height="24" />
337337
<span class="ow-footer__name">OpenWolf</span>
338338
</div>
339-
<p class="ow-footer__tagline">Token-conscious AI brain for Claude Code. Built by <a href="https://github.com/cytostack" target="_blank" class="ow-footer__link">Cytostack</a>.</p>
339+
<p class="ow-footer__tagline">Token-conscious AI brain for Claude Code.<br />Created by Dr. Farhan at <a href="https://github.com/cytostack" target="_blank" class="ow-footer__link">Cytostack</a>.</p>
340340
</div>
341341

342342
<div class="ow-footer__col">
@@ -403,6 +403,8 @@ const archFiles = [
403403
404404
/* ---- Section header ---- */
405405
.ow-section__header { text-align: center !important; margin-bottom: 56px; }
406+
.ow-section__header * { text-align: center !important; }
407+
.ow-section__header p { text-align: center !important; }
406408
.ow-label {
407409
display: inline-block;
408410
font-size: 11px;
@@ -431,14 +433,14 @@ const archFiles = [
431433
color: var(--ow-accent);
432434
}
433435
.ow-subheading {
434-
margin-top: 16px;
435-
font-size: 1.05rem;
436-
line-height: 1.65;
437-
color: var(--ow-text-secondary);
438-
max-width: 520px;
439-
margin-left: auto;
440-
margin-right: auto;
441-
text-align: center;
436+
margin-top: 16px !important;
437+
font-size: 1.05rem !important;
438+
line-height: 1.65 !important;
439+
color: var(--ow-text-secondary) !important;
440+
max-width: 520px !important;
441+
margin-left: auto !important;
442+
margin-right: auto !important;
443+
text-align: center !important;
442444
}
443445
444446
/* ================================================================

0 commit comments

Comments
 (0)