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-10-03 19:53:06 +02:00
|
|
|
text-align: center;
|
2022-03-01 05:54:32 +01:00
|
|
|
margin: 30px 0;
|
2020-10-03 19:53:06 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.version {
|
|
|
|
text-align: right;
|
2022-02-27 00:53:45 +01:00
|
|
|
padding-right: 10px;
|
2020-10-03 19:53:06 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
@media only screen and (max-width: 768px) {
|
2022-02-27 00:53:45 +01:00
|
|
|
.footer .version {
|
2020-10-03 19:53:06 +02:00
|
|
|
text-align: center;
|
|
|
|
}
|
2020-08-15 10:17:15 +02:00
|
|
|
}
|