Skip to content

Commit

Permalink
add max width and center content (#979)
Browse files Browse the repository at this point in the history
  • Loading branch information
anemne authored Dec 10, 2024
1 parent edf5f69 commit b639835
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 b639835

Please sign in to comment.