mirror of
https://github.com/kremalicious/umami.git
synced 2025-02-01 20:39:44 +01:00
13 lines
200 B
CSS
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);
|
|
}
|