We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For reading the code examples, the minimal rendering width is rather too small: which was intended to look like this
Suggestions?
The text was updated successfully, but these errors were encountered:
Per @olafmersmann this is fixable with a media query in css.
Sorry, something went wrong.
This comment describes how to change the responsive breakpoints, but I don't think you can do it that way per page.
Here's some sample screenshots with changed breakpoints:
$grid-breakpoints: ( xs: 0, sm: 768px, md: 1024px, lg: 1200px, xl: 1440px, xxl: 2560px, );
Desktop
Laptop with small screen (1024px)
Tablet (768px)
Phone
No branches or pull requests
For reading the code examples, the minimal rendering width is rather too small:
which was intended to look like this
Suggestions?
The text was updated successfully, but these errors were encountered: