Skip to content

Commit 102c828

Browse files
committed
Add bottom padding to example pages
1 parent afa35e7 commit 102c828

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/routes/pathsim/examples/[slug]/+page.svelte

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
.notebook-page {
3131
max-width: var(--content-max-width);
3232
min-width: 0;
33+
padding-bottom: var(--space-4xl);
3334
}
3435
3536
.notebook-notice {

0 commit comments

Comments
 (0)