mirror of
https://github.com/kremalicious/umami.git
synced 2024-11-14 17:25:02 +01:00
15 lines
191 B
CSS
15 lines
191 B
CSS
.footer {
|
|
display: flex;
|
|
align-items: center;
|
|
font-size: var(--font-size-small);
|
|
min-height: 100px;
|
|
}
|
|
|
|
.footer button {
|
|
margin-left: 10px;
|
|
}
|
|
|
|
.footer a {
|
|
text-decoration: none;
|
|
}
|