Skip to content

Commit d1a4986

Browse files
committed
Footer: center the two text links
Two left-aligned items felt visually unbalanced. Centering both keeps them equally weighted and reads as a single inline pair — the GitHub repo and Python docs cite each other rather than fighting for primacy. https://claude.ai/code/session_01MazwoRWAihW6dwso3fMCHE
1 parent d8fe7b7 commit d1a4986

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

public/site.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@
147147
.example-top, .example-nav { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: 1rem; flex-wrap: wrap; }
148148
.example-nav { margin-top: var(--space-5); padding-top: var(--space-3); border-top: 1px solid var(--hairline); }
149149
footer { margin-block: 2rem; color: var(--muted); }
150-
.site-footer-note { font-size: .82rem; }
150+
.site-footer-note { font-size: .82rem; text-align: center; }
151151
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { transition-duration: 1ms !important; } }
152152
/* Cell banner: a figure attached to a cell renders in a banner row
153153
AFTER that cell, spanning the full content width. Cells always

0 commit comments

Comments
 (0)