Skip to content

Commit

Permalink
Set max width to 2000px
Browse files Browse the repository at this point in the history
  • Loading branch information
ltouroumov committed Sep 29, 2024
1 parent 88726e9 commit b25d9bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/viewer/ProjectView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ defineProps<{
flex-direction: column;
align-items: stretch;
max-width: 1200px;
max-width: 2000px;
.project-row-wrapper {
flex: 1 1 100%;
Expand Down

0 comments on commit b25d9bf

Please sign in to comment.