Skip to content

Commit

Permalink
website: Change to app grid
Browse files Browse the repository at this point in the history
Make all icons visible, else Bimba is hidden without scrolling
  • Loading branch information
jbruechert committed Nov 11, 2024
1 parent 0f22bfe commit 54bfa62
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions website/static/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@
}

.app-card-row {
display: grid;
grid-auto-flow: column;
overflow-x: scroll;
display: flex;
padding-bottom: 1em;
align-items: left;
justify-content: left;
flex-direction: row;
flex-wrap: wrap;
width: 100%;
gap: 20px;
}

Expand Down

0 comments on commit 54bfa62

Please sign in to comment.