only german for now. add footer. reposition last updated info.
This commit is contained in:
parent
0639aeae6f
commit
d9a21b53be
5 changed files with 45 additions and 16 deletions
12
style.css
12
style.css
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue