From efc76e595a1b5eeea7711562ca3738ed988bb9ac Mon Sep 17 00:00:00 2001 From: Late Night Defender Date: Tue, 25 Mar 2025 03:31:13 +0700 Subject: [PATCH] unset margins and center items in stealth buttons --- style.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index f6314fc..3357072 100644 --- a/style.css +++ b/style.css @@ -135,8 +135,10 @@ .button.stealth { font-weight: normal; - margin-left: 0.25cm; - margin-top: 0.25cm; + display: flex; + justify-content: center; + align-items: center; + margin: unset; padding: unset; }