-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
By default, the ol / ul width is set to 740px. This causes content to overflow the slide bounding box, even if mode is set to v2 (full screen slides) and the website is zoomed out by quite a bit. I would like to suggest removing or modifying the following width rule to fix this:
Line 122 in 72cf16f
| width: 740px; /* max. width of the top enum element on the 800px slide */ |
Here's a screenshot of the issue from https://w20.vitvar.com/lecture2.html#/27/v2 (at 80% zoom):
Removing the above mentioned rule would fix it:
Metadata
Metadata
Assignees
Labels
No labels

