add display:grid

This commit is contained in:
Ecorous 2024-06-08 15:25:33 +01:00
parent 89b8a9c132
commit 13487b5234
Signed by: Ecorous
SSH key fingerprint: SHA256:ni7WK6Ud51dVmDv8DctoqLEr3XXhAI51s6IFMYvJKDM

View file

@ -9,6 +9,7 @@
body { body {
justify-content: center; justify-content: center;
display: grid;
} }
div.routes { div.routes {