umami/components/layout/Footer.module.css

17 lines
234 B
CSS
Raw Normal View History

2020-08-07 11:27:12 +02:00
.footer {
font-size: var(--font-size-sm);
2020-10-03 19:53:06 +02:00
text-align: center;
line-height: 30px;
2023-03-04 06:26:39 +01:00
margin: 60px 0;
}
.footer a {
color: var(--font-color100);
2020-10-03 19:53:06 +02:00
}
.version {
text-align: right;
2022-02-27 00:53:45 +01:00
padding-right: 10px;
white-space: nowrap;
2020-08-15 10:17:15 +02:00
}