From 86adf4d9c024e27c5215995cfb2837da56503a69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=F0=93=8D=BC?= <143974574+xojw@users.noreply.github.com> Date: Sat, 26 Apr 2025 13:50:16 -0500 Subject: [PATCH] 10px --- public/assets/css/a.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/assets/css/a.css b/public/assets/css/a.css index 2152ba1d..1ac54285 100644 --- a/public/assets/css/a.css +++ b/public/assets/css/a.css @@ -39,7 +39,7 @@ border: 1px solid #ffffff21; backdrop-filter: blur(10px); transition: all 0.3s ease; - width: 180px; + width: 190px; height: 250px; display: flex; flex-direction: column; @@ -117,7 +117,7 @@ position: absolute; top: 50%; left: 50%; - transform: translate(calc(-50% + 195px), -50%); + transform: translate(calc(-50% + 195px), -50%); font-size: 12px; font-weight: 500; color: #000000;