12 lines
147 B
SCSS
12 lines
147 B
SCSS
.link {
|
|
width: 2em;
|
|
margin-right: 4px;
|
|
}
|
|
|
|
.links {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: flex-start;
|
|
margin-top: 5px;
|
|
}
|