Skip to content

Commit 15f6312

Browse files
committed
fix(mon-pix): use a max width on global container
1 parent 0aa5d07 commit 15f6312

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: mon-pix/app/styles/globals/_layout.scss

+1
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ img {
6868
width: 100%;
6969
margin-inline: auto;
7070
padding-inline: var(--pix-spacing-4x);
71+
max-width: 80rem;
7172

7273
@include breakpoints.device-is('desktop') {
7374
padding-inline: var(--pix-spacing-6x);

0 commit comments

Comments
 (0)