6 lines
104 B
SCSS
6 lines
104 B
SCSS
footer {
|
|
@include my-4;
|
|
@include text-xs;
|
|
text-align: center;
|
|
color: var(--color-text-footer);
|
|
} |