Skip to content

Commit

Permalink
style(@dpc-sdp/ripple-tide-grant): add space between grant downloads
Browse files Browse the repository at this point in the history
  • Loading branch information
David Featherston committed Sep 16, 2024
1 parent 335e367 commit b8decf1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/ripple-tide-grant/components/TideGrantDocuments.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,11 @@ interface Props {
defineProps<Props>()
</script>

<style>
.tide-grant__documents ul {
display: flex;
flex-direction: column;
gap: var(--rpl-sp-3);
}
</style>

0 comments on commit b8decf1

Please sign in to comment.