15 lines
226 B
SCSS
15 lines
226 B
SCSS
.footer {
|
|
&__list {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: flex-end;
|
|
margin-top: 20px;
|
|
margin-bottom: 60px;
|
|
font-size: $font-size-xs;
|
|
}
|
|
|
|
&__item {
|
|
margin-inline-end: 1rem;
|
|
}
|
|
}
|