From 684cd7f6a1a06caafed46387577556ce020ccb92 Mon Sep 17 00:00:00 2001 From: Robert Martinez Date: Thu, 27 Sep 2018 19:49:53 +0200 Subject: [PATCH] Change maximum cards per row #1308 This should fix #1308 by setting .container and .card-list to a max-width of 1000px Reviewed-by: James Valleroy --- static/themes/default/css/plinth.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/static/themes/default/css/plinth.css b/static/themes/default/css/plinth.css index 3e96c540a..eb7c06eee 100644 --- a/static/themes/default/css/plinth.css +++ b/static/themes/default/css/plinth.css @@ -172,6 +172,10 @@ html { position: relative; } +.container { + max-width: 1000px; +} + #container-wrapper { /*covers for footer height */ padding-bottom: 150px; @@ -267,13 +271,12 @@ footer license-info p { .card-list { width: 100%; - max-width: 1500px; + max-width: 1000px; margin: 0 auto; padding: 0 10px; - display: flex; flex-wrap: wrap; - justify-content: center; + justify-content: left; } .card-icon img {