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 {
justify-content: center;
display: grid;
}
div.routes {
@ -25,4 +26,4 @@ div.route {
background-color: var(--ctp-mocha-surface1);
padding: 5px;
border-radius: 10px;
}
}