12 lines
149 B
SCSS
12 lines
149 B
SCSS
.link {
|
|
width: 30px;
|
|
margin-right: 16px;
|
|
}
|
|
|
|
.links {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: flex-start;
|
|
margin-top: 5px;
|
|
}
|