From 8b1266671e02f4bee95b65d990af1e748511a593 Mon Sep 17 00:00:00 2001 From: jae Date: Mon, 6 Apr 2026 20:43:20 +0000 Subject: [PATCH] style: close gap between SOL price and wallet connect in nav --- css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index aac9d1b..c079296 100644 --- a/css/style.css +++ b/css/style.css @@ -343,7 +343,7 @@ a:hover { color: #fff; text-shadow: none; } background: rgba(153, 69, 255, 0.08); border: 1px solid rgba(153, 69, 255, 0.25); border-radius: 4px; - margin-right: 0.4rem; + margin-right: 2px; white-space: nowrap; cursor: default; transition: all 0.3s ease; @@ -389,7 +389,7 @@ a:hover { color: #fff; text-shadow: none; } position: relative; display: flex; align-items: center; - margin-left: 0.5rem; + margin-left: 0; margin-right: 0.5rem; }