Skip to content

Commit

Permalink
update project-list justification from left to space-around
Browse files Browse the repository at this point in the history
  • Loading branch information
trushant05 committed Jan 4, 2024
1 parent 77832db commit 523890f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions assets/css/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -117,12 +117,9 @@

.project-list {
display: flex;
gap: 10px;
gap: 10px 20px; /* row-gap column gap */
row-gap: 20px;
column-gap: 20px;
flex-flow: row wrap;
justify-content: left;
justify-content: space-around;
padding-bottom:50px;
}

Expand Down

0 comments on commit 523890f

Please sign in to comment.