Skip to content

Commit

Permalink
Merge pull request #321 from healthy-food-and-dietary-products/fix/pr…
Browse files Browse the repository at this point in the history
…ofile-adaptive-layout

fix: fix profile details mobile layout
  • Loading branch information
jsapro committed Jan 16, 2024
2 parents c0c7ac0 + 6975bcd commit 6b7cd2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/profile/profile-user/profile-user.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

@media screen and (width <= 768px) {
max-width: 320px;
margin-left: 0;
margin: 0 auto;
}
}

Expand Down

0 comments on commit 6b7cd2a

Please sign in to comment.