umami/components/layout/Footer.module.css

17 lines
234 B
CSS
Raw Normal View History

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