add display:grid
This commit is contained in:
parent
89b8a9c132
commit
13487b5234
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue