storybook/docs/snippets/common/storybook-preview-body-font-size.html.mdx
2020-08-14 21:46:15 +01:00

9 lines
102 B
Plaintext

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