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