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 {