style: close gap between SOL price and wallet connect in nav

This commit is contained in:
jae 2026-04-06 20:43:20 +00:00
parent b674e6550f
commit 8b1266671e

View file

@ -343,7 +343,7 @@ a:hover { color: #fff; text-shadow: none; }
background: rgba(153, 69, 255, 0.08); background: rgba(153, 69, 255, 0.08);
border: 1px solid rgba(153, 69, 255, 0.25); border: 1px solid rgba(153, 69, 255, 0.25);
border-radius: 4px; border-radius: 4px;
margin-right: 0.4rem; margin-right: 2px;
white-space: nowrap; white-space: nowrap;
cursor: default; cursor: default;
transition: all 0.3s ease; transition: all 0.3s ease;
@ -389,7 +389,7 @@ a:hover { color: #fff; text-shadow: none; }
position: relative; position: relative;
display: flex; display: flex;
align-items: center; align-items: center;
margin-left: 0.5rem; margin-left: 0;
margin-right: 0.5rem; margin-right: 0.5rem;
} }