Skip to content

Commit

Permalink
Justify tiles centered (for equal flex-gaps)
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalwengerter committed Nov 28, 2022
1 parent 0ade630 commit 203ef20
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/design-system/src/components/OcTiles/OcTiles.vue
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ ul.tiles-list {
flex-wrap: wrap;
flex-direction: row;
gap: 15px;
justify-content: flex-start;
justify-content: center;
list-style: none;
padding: 20px;
Expand All @@ -393,7 +393,6 @@ ul.tiles-list {
aspect-ratio: 16 / 9;
border-radius: 15px;
background-color: var(--oc-color-background-muted);
display: flex;
overflow: hidden;
padding: 15px;
width: var(--oc-size-tiles-size);
Expand Down

0 comments on commit 203ef20

Please sign in to comment.