Skip to content

Commit

Permalink
Remove global styles that were shrinking storybook previews
Browse files Browse the repository at this point in the history
  • Loading branch information
mejiaj committed Jan 8, 2025
1 parent 101ff78 commit da0454a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions storybook/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,6 @@
-moz-osx-font-smoothing: grayscale;
}

body {
margin: 0;
display: flex;
place-items: center;
min-width: 320px;
min-height: 100vh;
}

@media (prefers-color-scheme: light) {
:root {
color: #213547;
Expand Down

0 comments on commit da0454a

Please sign in to comment.