Skip to content

Commit

Permalink
fix(homepage posts block): align items when an odd number of items is…
Browse files Browse the repository at this point in the history
… inserted (#1173)
  • Loading branch information
vykes-mac authored Jun 16, 2022
1 parent 6d3deed commit 7139567
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/blocks/homepage-articles/view.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@
&.is-grid > div {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
justify-content: flex-start;
flex-direction: row;
gap: 16px;
padding: 0;
list-style: none;
}
Expand Down

0 comments on commit 7139567

Please sign in to comment.