umami/components/layout/Footer.module.css

13 lines
200 B
CSS
Raw Normal View History

2020-08-07 11:27:12 +02:00
.footer {
2023-08-02 09:56:52 +02:00
display: flex;
flex-direction: row;
justify-content: flex-end;
font-size: var(--font-size-sm);
line-height: 30px;
2023-08-02 09:56:52 +02:00
margin: 40px 0;
2023-03-04 06:26:39 +01:00
}
.footer a {
color: var(--font-color100);
2020-10-03 19:53:06 +02:00
}