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: allow capping max columns on presentation #417

Merged
merged 1 commit into from
Jan 20, 2025
Merged

Conversation

mfontanini
Copy link
Owner

This adds a defaults.max_columns property in the config file that allows specifying the maximum number of columns you want the presentation to take up. This means if columns > max_columns, the presentation will be capped to max_columns and the entire presentation will be centered with the remainder of the size being spread equally on both sides of the presentation.

Fixes #410

@mfontanini mfontanini merged commit fd9a128 into master Jan 20, 2025
6 checks passed
@mfontanini mfontanini deleted the feat/max-columns branch January 20, 2025 20:57
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

Successfully merging this pull request may close these issues.

Define a max width
1 participant