Skip to content

Commit 883a811

Browse files
committed
chore(storybook): center align stories
1 parent 7980050 commit 883a811

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.storybook/manager-head.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@
99
<meta name="twitter:card" content="summary_large_image">
1010

1111
<style id="iframestyle">
12+
.sb-show-main {
13+
padding: 3em;
14+
display: flex;
15+
flex-direction: column;
16+
align-items: center;
17+
}
1218
.experimental .toggle-btn,
1319
.toggle-btn {
1420
padding: 9px;

0 commit comments

Comments
 (0)