style: close gap between SOL price and wallet connect in nav
This commit is contained in:
parent
b674e6550f
commit
8b1266671e
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue