feat: center welcome content vertically

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Julien Calixte
2026-03-28 22:36:40 +01:00
parent 72d065975d
commit 5d90da8ab5

View File

@@ -162,6 +162,7 @@ h1 {
flex: 1; flex: 1;
flex-direction: column; flex-direction: column;
gap: 1rem; gap: 1rem;
justify-content: center;
} }
.github-form { .github-form {