mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
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:
parent
95ecf36152
commit
ebcc9595c4
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user