From 23c5485e52425e3c20286fb79b4080c6c93d0760 Mon Sep 17 00:00:00 2001 From: Andras Schmelczer Date: Tue, 2 Jun 2026 20:03:36 +0100 Subject: [PATCH] Center button --- src/index.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/index.scss b/src/index.scss index 2a3ca68..a2fb232 100644 --- a/src/index.scss +++ b/src/index.scss @@ -216,8 +216,7 @@ img { display: none; position: absolute; inset-block-start: var(--space-s); - inset-inline-start: var(--space-s); - justify-self: start; + justify-self: center; border: 0; border-radius: 4px; padding: 0.45rem 0.75rem;