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

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