fix: make links inline flex so not to take up an entire row
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
.link {
|
||||
text-decoration: none;
|
||||
align-items: center;
|
||||
display: flex;
|
||||
display: inline-flex;
|
||||
gap: var(--Space-x05);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user