Skip to content

Commit

Permalink
space-between does not go well with incomplete rows
Browse files Browse the repository at this point in the history
Signed-off-by: Kaustav Das Modak <[email protected]>
  • Loading branch information
Kaustav Das Modak committed May 27, 2015
1 parent 968ecca commit c111150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ h1, h2, h3, h4, h5, h6, #description {
padding: 0.5rem;
display: flex;
flex-flow: row wrap;
justify-content: space-between;
justify-content: flex-start;
align-items: flex-start;
align-content: flex-start;
min-height: 80vh;
Expand Down

0 comments on commit c111150

Please sign in to comment.