diff --git a/plinth/templates/cards.html b/plinth/templates/cards.html index 70489ae80..4cbbb299f 100644 --- a/plinth/templates/cards.html +++ b/plinth/templates/cards.html @@ -30,7 +30,7 @@ -
+
diff --git a/plinth/templates/index.html b/plinth/templates/index.html index 8672bab76..906a4e5ce 100644 --- a/plinth/templates/index.html +++ b/plinth/templates/index.html @@ -65,7 +65,7 @@ {% endif %} {% if shortcuts %} -
+
{% for shortcut in shortcuts %} diff --git a/static/themes/default/css/plinth.css b/static/themes/default/css/plinth.css index cc4dbd0ca..a6b5dfb08 100644 --- a/static/themes/default/css/plinth.css +++ b/static/themes/default/css/plinth.css @@ -276,10 +276,6 @@ footer license-info p { /* applying styles to header - end */ .card-list { - width: 100%; - max-width: 1000px; - margin: 0 auto; - padding: 0; display: flex; flex-wrap: wrap; justify-content: left;