From c821433bb3d47f54fc9cd55960d9d8ed3bc958e1 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Thu, 8 Jan 2026 02:53:55 +0100 Subject: [PATCH] auto-git: [change] client/src/index.css --- client/src/index.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/client/src/index.css b/client/src/index.css index 858edce..fe4f239 100644 --- a/client/src/index.css +++ b/client/src/index.css @@ -145,6 +145,9 @@ h4 { } .button { + display: inline-flex; + align-items: center; + justify-content: center; border: 1px solid var(--border); border-radius: 14px; padding: 0.65rem 1rem;