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

feat(styles): set medium breakpoint to standarized value #1446

Merged
merged 2 commits into from Jul 21, 2022

Commits on Jul 21, 2022

  1. feat(css): set breakpoints the de facto value

    768px has been much more common for many years (since 2010), and
    other major CSS frameworks have used 768px as the breakpoint for
    years.
    
    Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
    tnir committed Jul 21, 2022
    Copy the full SHA
    b36b061 View commit details
    Browse the repository at this point in the history
  2. feat(react): set breakpoints the de facto value

    Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
    tnir committed Jul 21, 2022
    Copy the full SHA
    9d2b83b View commit details
    Browse the repository at this point in the history