You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a question regarding the functioning of this feature.
If I set center: false in the YAML, how do I ensure that H1 and figures remain entered? I have a custom css file but I'm not particularly familiar with CSS and whether the values in that file would be overridden by center:false
When you set center = false the parent container of a slide and all grid elements gets the style align-items: start otherwise whenn center not set or true, then align-items will be undefined (which means that it will align center by default)
Describe the bug
When set center to false, it still algin everything as center.
Samples to Reproduce
Expected behavior
I hope Title and the text will be aligned to the most left. However, they are still at the center of the screen.
The text was updated successfully, but these errors were encountered: