Skip to content

Commit b699870

Browse files
committed
style: add padding to readmeRenderer
1 parent 4f100be commit b699870

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/lib/components/ui/readme-renderer.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
</script>
116116

117117
<Section
118-
class="mx-auto my-8 prose dark:prose-invert"
118+
class="mx-auto my-8 prose px-8 dark:prose-invert"
119119
onclick={(e) => interceptLinkClicks(e)}
120120
role="link"
121121
>

0 commit comments

Comments
 (0)