diff --git a/frontend/style.css b/frontend/style.css index c939fa2..9725baa 100644 --- a/frontend/style.css +++ b/frontend/style.css @@ -34,10 +34,10 @@ main { padding: 10px; display: grid; - grid-template: 'title wmap' - 'clive wmap' - '. wmap' - 'csess csess' + grid-template: 'title wmap' auto + 'clive wmap' auto + 'tpaths wmap' 1fr + 'csess csess' auto / auto auto; gap: 10px; @@ -70,6 +70,10 @@ table td { align-items: center; } +#top-paths { + grid-area: tpaths; +} + #world-map { grid-area: wmap; position: relative;