Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feature request] support compact and spaced class #2

Open
setop opened this issue Sep 8, 2023 · 0 comments
Open

[feature request] support compact and spaced class #2

setop opened this issue Sep 8, 2023 · 0 comments

Comments

@setop
Copy link

setop commented Sep 8, 2023

Would be nice to have classes to make a slide more dense/compact or more spaced/expanded than normal to adjust to the content.

Sometime you'd like one more sentence fit on the slide by just compacting the content a bit. On the contrary when there is little content, you'd like it to take more room on the slide.

I had a theme that used :

section.compact {
  line-height: 1;
}
...

section.littlespaced {
  line-height: 1.4;
}

section.spaced {
  line-height: 1.8;
}

I don't know if and how it could be adapted to work with "olive" theme that I like very much.

Cheers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant