6 lines
65 B
SCSS
6 lines
65 B
SCSS
.links {
|
|
display: flex;
|
|
gap: 10px;
|
|
justify-content: end;
|
|
}
|