umami/components/layout/Footer.module.css
2023-08-02 00:56:52 -07:00

13 lines
200 B
CSS

.footer {
display: flex;
flex-direction: row;
justify-content: flex-end;
font-size: var(--font-size-sm);
line-height: 30px;
margin: 40px 0;
}
.footer a {
color: var(--font-color100);
}