umami/components/layout/Footer.module.css

21 lines
286 B
CSS

.footer {
font-size: var(--font-size-sm);
text-align: center;
margin: 60px 0;
}
.footer a {
color: var(--font-color100);
}
.version {
text-align: right;
padding-right: 10px;
}
@media only screen and (max-width: 768px) {
.footer .version {
text-align: center;
}
}