Skip to content

Commit

Permalink
style: add some space between components inside projecten section
Browse files Browse the repository at this point in the history
  • Loading branch information
TessaViergever authored and Yolijn committed Jun 17, 2024
1 parent 9bba10f commit bc94bbf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/storybook/src/templates/homepage.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,9 @@ section:nth-of-type(1) {
flex-direction: column;
gap: 0.5em;
}

section:nth-of-type(3) {
display: flex;
flex-direction: column;
gap: 0.5em;
}

0 comments on commit bc94bbf

Please sign in to comment.