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

Rendering width of doc pages #8

Open
nikohansen opened this issue Dec 5, 2024 · 3 comments
Open

Rendering width of doc pages #8

nikohansen opened this issue Dec 5, 2024 · 3 comments

Comments

@nikohansen
Copy link
Contributor

For reading the code examples, the minimal rendering width is rather too small:
Screenshot 2024-12-06 at 00 32 23
which was intended to look like this
Screenshot 2024-12-06 at 00 34 32

Suggestions?

@ttusar
Copy link
Contributor

ttusar commented Dec 11, 2024

Per @olafmersmann this is fixable with a media query in css.

@olafmersmann
Copy link
Contributor

This comment describes how to change the responsive breakpoints, but I don't think you can do it that way per page.

@olafmersmann
Copy link
Contributor

Here's some sample screenshots with changed breakpoints:

$grid-breakpoints: (
    xs: 0,
    sm: 768px,
    md: 1024px,
    lg: 1200px,
    xl: 1440px,
    xxl: 2560px,
);

Desktop
image

Laptop with small screen (1024px)
image

Tablet (768px)
image

Phone
image

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

3 participants