9 lines
188 B
SCSS
9 lines
188 B
SCSS
|
footer {
|
||
|
text-align: right;
|
||
|
font-size: 0.75em;
|
||
|
border-top: 1px solid var(--light-grey);
|
||
|
padding: 1rem 0;
|
||
|
display: flex;
|
||
|
justify-content: space-between;
|
||
|
align-items: center;
|
||
|
}
|