-
Notifications
You must be signed in to change notification settings - Fork 123
Open
Description
Steps to reproduce
- Run:
npm init slidev@latest
- Change the content of
slides.mdto this:--- theme: apple-basic layout: intro --- # Presentation title Presentation subtitle <div class="absolute bottom-10"> <span class="font-700"> Author and Date </span> </div>
Expected result
A correctly horizontally centered title and subtitle:
Actual result
A title and subtitle that isn't horizontally centered:
Relevant code
themes/packages/theme-apple-basic/layouts/intro.vue
Lines 1 to 7 in e87225c
| <template> | |
| <div class="slidev-layout intro"> | |
| <div class="my-auto"> | |
| <slot /> | |
| </div> | |
| </div> | |
| </template> |
smarlhens, seeruk, stvali2, mgrandrath, KevinHu-1024 and 8 more
Metadata
Metadata
Assignees
Labels
No labels
