Ensure to/from headers are aligned left

This commit is contained in:
Fred Boniface 2023-06-17 21:52:17 +01:00
parent 5fa55aad8b
commit 0df3525460
1 changed files with 2 additions and 1 deletions

View File

@ -164,13 +164,14 @@
} }
.origdest { .origdest {
color: yellow; color: yellow;
text-align: left;
} }
.from { .from {
width: 25%; width: 25%;
text-align: left;
} }
.to { .to {
width: 25%; width: 25%;
text-align: left;
} }
.plat { .plat {
width: 10% width: 10%