6 lines
76 B
CSS
6 lines
76 B
CSS
.link {
|
|
display: flex;
|
|
align-items: center;
|
|
gap: var(--Spacing-x1);
|
|
}
|