FormidableLabs / FormidableLabs/spectacle

Issues with padding/margins

Open
#1,336 0 comments 0 reactions 0 assignees View on GitHub
🤔 Question
Dominant language
TypeScript
Stars
10.2k
Forks
700
PR merge metrics
No merged PRs in 30d

Description

### Question

Is it possible to add some margins or padding to the slides? In other words, can Flexbox margin or padding be applied to the slides themselves? Whenever I use margins or padding, I can only see them applied to the FullScreen and AnimatedProgress components. But, not to the Slides.

### Background Info/Attempts

```
// SPECTACLE_CLI_TEMPLATE_START
const template = () => (







);

function NewSlides() {
return (

{mdContent}

);
}

```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.