Minor layout adjustments
This commit is contained in:
parent
13bf20c2ea
commit
c294b60b5a
@ -39,7 +39,7 @@
|
|||||||
|
|
||||||
.trafficEntry div p {
|
.trafficEntry div p {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
padding: 3vh 0 0 0;
|
padding: 2vh 0 0 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.trafficEntry div div {
|
.trafficEntry div div {
|
||||||
@ -54,6 +54,10 @@
|
|||||||
align-items: flex-end;
|
align-items: flex-end;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.timeColumn div:first-child, .lineColumn div:first-child {
|
||||||
|
height: 5.5vh;
|
||||||
|
}
|
||||||
|
|
||||||
.timeColumn {
|
.timeColumn {
|
||||||
flex-basis: 20%;
|
flex-basis: 20%;
|
||||||
justify-content: flex-start !important;
|
justify-content: flex-start !important;
|
||||||
@ -78,9 +82,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.lineColumn img {
|
.lineColumn img {
|
||||||
flex-basis: 20%;
|
flex-basis: 25%;
|
||||||
height: 9vw;
|
height: 9vw;
|
||||||
margin-right: 5%;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.infoWrapper p {
|
.infoWrapper p {
|
||||||
@ -112,10 +115,10 @@
|
|||||||
font-family: 'Roboto Light';
|
font-family: 'Roboto Light';
|
||||||
height: 7vw;
|
height: 7vw;
|
||||||
flex-basis: 35%;
|
flex-basis: 35%;
|
||||||
margin-right: 5%;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.destination {
|
.destination {
|
||||||
|
flex-basis: 40%;
|
||||||
height: 9vw;
|
height: 9vw;
|
||||||
font-size: 4vw;
|
font-size: 4vw;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
Loading…
Reference in New Issue
Block a user