From eecc9becbc32aefaff61486dda46ddcd2842ab7e Mon Sep 17 00:00:00 2001 From: 0880 <98263509+0880880@users.noreply.github.com> Date: Wed, 21 Jan 2026 13:58:31 +0330 Subject: [PATCH] styling --- home.html | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/home.html b/home.html index 7c140dc..5d9f401 100644 --- a/home.html +++ b/home.html @@ -70,7 +70,6 @@ .code { padding: 16px; border: none; - border-bottom: 2px solid rgba(92, 92, 92, 0.664); font-size: 1.5rem; text-align: center; letter-spacing: 8px; @@ -94,19 +93,18 @@ .group { display: flex; - height: 60px; - gap: 4px; + height: 48px; + gap: 12px; } .group * { - height: 60px; + height: 48px; margin-bottom: 4px; } .vs { height: calc(100% - 8px); width: 2px; - margin: 4px; background: rgba(92, 92, 92, 0.664); } @@ -126,6 +124,13 @@ background-repeat: no-repeat; } + + #quick_match_info { + margin: 14px 0; + font-size: 18px; + user-select: none; + color: rgba(92, 92, 92, 0.664); + }