add display:grid
This commit is contained in:
parent
89b8a9c132
commit
13487b5234
|
@ -9,6 +9,7 @@
|
||||||
|
|
||||||
body {
|
body {
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
display: grid;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.routes {
|
div.routes {
|
||||||
|
@ -25,4 +26,4 @@ div.route {
|
||||||
background-color: var(--ctp-mocha-surface1);
|
background-color: var(--ctp-mocha-surface1);
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue