Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix product page overflow in mobile view #383

Merged
merged 4 commits into from
Dec 6, 2022
Merged

Commits on Oct 27, 2022

  1. Configuration menu
    Copy the full SHA
    f08766f View commit details
    Browse the repository at this point in the history
  2. Fix overflow adding col-12 in product__left

    Adding col-12 to mobile devices in product__left class also fix the overflow problem, not need to change row g-5 class.
    lucrp authored Oct 27, 2022
    Configuration menu
    Copy the full SHA
    df134ec View commit details
    Browse the repository at this point in the history
  3. Change g-5 to g-lg-5

    Only way I found to fix overflow in this page
    lucrp authored Oct 27, 2022
    Configuration menu
    Copy the full SHA
    1945681 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2022

  1. Limit gutter width

    NeOMakinG committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    0eab02d View commit details
    Browse the repository at this point in the history