ui: app, system: Revert to earlier width for card lists

- This allows for system page to show 4 items in a row instead of 3.

Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: Veiko Aasa <veiko17@disroot.org>
This commit is contained in:
Sunil Mohan Adapa 2024-11-14 12:02:53 -08:00 committed by Veiko Aasa
parent 95ecf36152
commit ebcc9595c4
No known key found for this signature in database
GPG Key ID: 478539CAE680674E

View File

@ -505,10 +505,15 @@ footer {
/* Cards in Index, Apps, System and Help pages */
.card-list {
display: flex;
flex-wrap: wrap;
justify-content: center;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: center;
margin: 0 auto;
}
.row > .card-list {
padding-left: 0;
padding-right: 0;
}
.card-section-title, .system-section-title {