storybook/docs/snippets/common/storybook-preview-body-font-size.html.mdx
2020-08-18 17:30:56 +01:00

9 lines
101 B
Plaintext

```html
<!-- .storybook/preview-body.html -->
<style>
body {
font-size: 15px;
}
</style>
```