mirror of
https://github.com/BradNut/umami
synced 2025-09-08 17:40:29 +00:00
14 lines
189 B
CSS
14 lines
189 B
CSS
.footer {
|
|
display: flex;
|
|
align-items: center;
|
|
font-size: var(--font-size-small);
|
|
padding: 40px 0;
|
|
}
|
|
|
|
.footer button {
|
|
margin-left: 10px;
|
|
}
|
|
|
|
.footer a {
|
|
text-decoration: none;
|
|
}
|