11 lines
145 B
SCSS
11 lines
145 B
SCSS
.link {
|
|
width: 2em;
|
|
margin-left: 4px;
|
|
margin-right: 4px;
|
|
}
|
|
|
|
.links {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: flex-end;
|
|
} |