web/user: fix column size

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer 2022-04-03 18:19:14 +02:00
parent 8e2f929933
commit 8b2e70d15d
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ export class LibraryPage extends LitElement {
<h2>${group}</h2>
</div>
<div
class="pf-l-grid pf-m-gutter pf-m-all-6-col-on-sm pf-m-all-4-col-on-md pf-m-all-5-col-on-lg pf-m-all-3-col-on-xl"
class="pf-l-grid pf-m-gutter pf-m-all-6-col-on-sm pf-m-all-4-col-on-md pf-m-all-5-col-on-lg pf-m-all-2-col-on-xl"
>
${apps.map((app) => {
return html`<ak-library-app