Skip to content

Commit

Permalink
add max width and center content
Browse files Browse the repository at this point in the history
  • Loading branch information
anemne committed Dec 10, 2024
1 parent edf5f69 commit d24ef22
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
border-radius: 0.375rem;
display: flex;
gap: 1rem;
max-width: var(--max-content-width-large);
justify-self: center;
}

.imageWrapper {
Expand Down

0 comments on commit d24ef22

Please sign in to comment.