mirror of
https://github.com/kremalicious/umami.git
synced 2024-11-15 17:55:08 +01:00
17 lines
234 B
CSS
17 lines
234 B
CSS
.footer {
|
|
font-size: var(--font-size-sm);
|
|
text-align: center;
|
|
line-height: 30px;
|
|
margin: 60px 0;
|
|
}
|
|
|
|
.footer a {
|
|
color: var(--font-color100);
|
|
}
|
|
|
|
.version {
|
|
text-align: right;
|
|
padding-right: 10px;
|
|
white-space: nowrap;
|
|
}
|