alvarosabu / slidev-theme-penguin

A Penguin 🐧 theme for Slidev
https://slidev-theme-penguin.alvarosaburido.dev/
152 stars 49 forks source link

style: vertically center presenter layout #18

Closed zuramai closed 2 years ago

zuramai commented 2 years ago

The presenter layout doesn't center the content to the page if the text is not sufficient enough to be aligned along with the image.

Before: image

After: image

alvarosabu commented 2 years ago

Hey there, thanks for the PR. It's done on purpouse, to center any slide you can pass the following on the front matter of the slide

---
layout: present
class: 'grid text-center align-self-center justify-self-center'
---

or use

layout: present center: true

zuramai commented 2 years ago

Thank you for the help! I'm closing this PR now