diff --git a/frontend/src/passagesDisplay.module.css b/frontend/src/passagesDisplay.module.css index 49f0e39..6c92b9e 100644 --- a/frontend/src/passagesDisplay.module.css +++ b/frontend/src/passagesDisplay.module.css @@ -26,6 +26,7 @@ } .header .transportMode { + aspect-ratio: 1/1; height: 100%; margin: 0; margin-right: calc(23/1920*100%); diff --git a/frontend/src/passagesPanel.module.css b/frontend/src/passagesPanel.module.css index 0637557..76bc77d 100644 --- a/frontend/src/passagesPanel.module.css +++ b/frontend/src/passagesPanel.module.css @@ -57,6 +57,12 @@ margin-right: calc(23/1920*100%); } +.metroLinePicto { + aspect-ratio : 1 / 1; + height: calc(100/176*100%); + margin-right: calc(23/1920*100%); +} + .destination { height: calc(60/176*100%); width: 50%;