Skip to content

Commit

Permalink
style(docs): 💄 add styles for figure galleries
Browse files Browse the repository at this point in the history
  • Loading branch information
RubenSibon committed Apr 19, 2024
1 parent 9ed466e commit 7dac4ce
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions storybook/config/preview-body.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,21 @@
max-width: 100%;
}

.ams-docs-gallery {
display: flex;
align-items: center;
gap: 1em;
}

.ams-docs-gallery .ams-docs-figure {
display: flex;
flex-direction: column;
align-items: center;
margin-inline: 0;
width: -moz-fit-content;
width: fit-content;
}

.ams-docs-paragraph {
font-family: "Amsterdam Sans", sans-serif;
font-size: 1rem;
Expand Down

0 comments on commit 7dac4ce

Please sign in to comment.