Skip to content

ux: Fix leaky tutorial bounds

David Gomez requested to merge leaky-tutorial into master

The initial Manyverse tutorial slides leak their content to their neighbors. This behavior is caused by the flex nature of the containers and the padding applied to them.

By removing the padding in the container and adding a margin to the content, we can prevent it.

Before:

before

This MR also enlarges the font size of the slide to improve readability and have a better reading experience.

After:

after

Merge request reports