diff --git a/style/shiny/index.css b/style/shiny/index.css index 75bee37..f969d39 100644 --- a/style/shiny/index.css +++ b/style/shiny/index.css @@ -62,8 +62,8 @@ .list { - display: flex; - flex-wrap: wrap; + display: grid; + grid-template-columns: repeat(2, auto); align-items: center; justify-content: space-evenly; padding: 0;