Skip to content

Commit

Permalink
increase max-width for project listing
Browse files Browse the repository at this point in the history
  • Loading branch information
DigiPie committed Apr 30, 2023
1 parent 4a5f2ec commit 42115fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/pages/projects/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

.projectItem {
margin: 0 auto;
max-width: 512px;
max-width: 768px;
text-align: left;
}

Expand Down

0 comments on commit 42115fa

Please sign in to comment.