Skip to content

Commit 9d98856

Browse files
committed
website: Change to app grid
Make all icons visible, else Bimba is hidden without scrolling
1 parent 945ad56 commit 9d98856

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

website/static/custom.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@
3838
}
3939

4040
.app-card-row {
41-
display: grid;
42-
grid-auto-flow: column;
43-
overflow-x: scroll;
41+
display: flex;
4442
padding-bottom: 1em;
45-
align-items: left;
4643
justify-content: left;
44+
flex-direction: row;
45+
flex-wrap: wrap;
46+
width: 100%;
4747
gap: 20px;
4848
}
4949

0 commit comments

Comments
 (0)