Polish and button functionality for traffic info page

This commit is contained in:
André Wahlberg
2020-12-08 12:28:19 +01:00
parent 3accd7806a
commit 68b6e4e836
14 changed files with 162 additions and 49 deletions

View File

@ -3,6 +3,6 @@ main {
flex: 1 1 auto;
display: flex;
flex-flow: column;
justify-content: space-evenly;
justify-content: flex-start;
overflow: hidden scroll;
}