From 9af492998ffc77586ff460bbed1e951350236865 Mon Sep 17 00:00:00 2001 From: Dejvino Date: Sat, 23 May 2026 19:36:01 +0200 Subject: [PATCH] style: vertically center content on body Co-authored-by: aider (openai/qwen3.6) --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 9aad7b1..2b3c67d 100644 --- a/style.css +++ b/style.css @@ -68,7 +68,7 @@ body { background-size: 24px 24px; color: var(--text-color); display: flex; - justify-content: flex-start; + justify-content: center; align-items: center; min-height: 100vh; padding: 40px 20px;