commit 19dc21f49fa6e16df1048d9e3c71ef856ff11640
parent 5c5717745f2512a349c3926047312f662a0a6123
Author: Leah (ctucx) <leah@ctu.cx>
Date: Thu, 21 Jan 2021 23:12:54 +0100
parent 5c5717745f2512a349c3926047312f662a0a6123
Author: Leah (ctucx) <leah@ctu.cx>
Date: Thu, 21 Jan 2021 23:12:54 +0100
fix css
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/assets/style.css b/assets/style.css @@ -415,7 +415,6 @@ tbody tr:hover td { } .journeys table a, -.journey table a, .journey table span { padding: 5px 3px; display: flex; @@ -426,6 +425,15 @@ tbody tr:hover td { color: black; } +.journey table a { + padding: 5px 3px; + display: flex; + justify-content: center; + align-items: center; + text-decoration: none; + color: black; +} + .journeys a.details-button { height: 30px; padding: 0;