diff --git a/app/assets/stylesheets/layout.scss b/app/assets/stylesheets/layout.scss index f054df7bc..81185898e 100644 --- a/app/assets/stylesheets/layout.scss +++ b/app/assets/stylesheets/layout.scss @@ -2788,11 +2788,18 @@ table { margin-top: rem-calc(-48); } + .cards-container { + display: flex; + flex-wrap: wrap; + } + .card { border: 0; + flex-grow: 0; overflow: visible; a { + height: 100%; img { transition-duration: 0.3s; diff --git a/app/views/pages/_card.html.erb b/app/views/pages/_card.html.erb index a15bf4d3b..4e6c1e459 100644 --- a/app/views/pages/_card.html.erb +++ b/app/views/pages/_card.html.erb @@ -1,5 +1,5 @@