Skip to content

Commit

Permalink
style: reduce <Section> padding-top to match figma (24px)
Browse files Browse the repository at this point in the history
  • Loading branch information
evvvritt committed Aug 29, 2023
1 parent 6066c88 commit b5f7cd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/section/section.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
}
.content {
padding-top: 2rem;
padding-top: 1.5rem;
}
</style>

0 comments on commit b5f7cd4

Please sign in to comment.