only german for now. add footer. reposition last updated info.

This commit is contained in:
kritzl 2024-06-05 11:20:59 +02:00
parent 0639aeae6f
commit d9a21b53be
5 changed files with 45 additions and 16 deletions

View file

@ -141,6 +141,11 @@ main {
max-width: 960px;
}
footer {
margin: 1em auto;
max-width: 960px;
}
button, input {
background-color: var(--station-bg);
color: var(--text);
@ -161,6 +166,13 @@ button {
}
}
div#updateInfo {
display: flex;
align-items: center;
gap: var(--space-m);
justify-content: end;
}
div#filters {
display: flex;
gap: var(--space-m);