umami/components/layout/Footer.module.css

16 lines
214 B
CSS
Raw Normal View History

2020-08-07 09:27:12 +00:00
.footer {
2020-08-15 08:17:15 +00:00
display: flex;
2020-09-07 08:22:16 +00:00
justify-content: space-between;
2020-08-15 08:17:15 +00:00
align-items: center;
2020-08-07 09:27:12 +00:00
font-size: var(--font-size-small);
2020-08-17 23:46:13 +00:00
min-height: 100px;
2020-08-15 08:17:15 +00:00
}
.footer a {
text-decoration: none;
2020-08-07 09:27:12 +00:00
}
2020-09-07 08:22:16 +00:00
2020-09-07 22:25:09 +00:00
.button {
margin: 0 5px;
2020-09-07 08:22:16 +00:00
}