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

Change mobile breakpoints? #10

Open
mrb opened this issue Oct 7, 2020 · 1 comment
Open

Change mobile breakpoints? #10

mrb opened this issue Oct 7, 2020 · 1 comment

Comments

@mrb
Copy link

mrb commented Oct 7, 2020

Seems like the 767.98 values are hard-coded for breakpoints (e.g. https://github.com/fomantic/Fomantic-UI-SASS/blob/master/app/assets/stylesheets/semantic-ui/collections/_grid.scss#L174) -- anyone know an easy way to tweak this?

@shanecav84
Copy link
Collaborator

You might need to override the media query:

@media only screen and (max-width: 767.98px) {
  .ui.page.grid {
    width: default;
    padding-left: default;
    padding-right: default;
    margin-left: default;
    margin-right: default;
  }
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants