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 {
|
||||||
|
|
Loading…
Reference in a new issue