mirror of
https://github.com/kremalicious/umami.git
synced 2024-11-15 01:35:17 +01:00
15 lines
189 B
CSS
15 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;
|
|
}
|