Steps to reproduce
- Run:
- Change the content of
slides.md to 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
|
<template> |
|
<div class="slidev-layout intro"> |
|
<div class="my-auto"> |
|
<slot /> |
|
</div> |
|
</div> |
|
</template> |
cc @JeremyMeissner
Steps to reproduce
slides.mdto this: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
cc @JeremyMeissner