style: vertically center content on body

Co-authored-by: aider (openai/qwen3.6) <aider@aider.chat>
This commit is contained in:
Dejvino 2026-05-23 19:36:01 +02:00
parent af23da9b5f
commit 9af492998f

View File

@ -68,7 +68,7 @@ body {
background-size: 24px 24px; background-size: 24px 24px;
color: var(--text-color); color: var(--text-color);
display: flex; display: flex;
justify-content: flex-start; justify-content: center;
align-items: center; align-items: center;
min-height: 100vh; min-height: 100vh;
padding: 40px 20px; padding: 40px 20px;