Skip to content

Commit b57bf0f

Browse files
authored
make about center (#18)
1 parent eb0f10d commit b57bf0f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/lib/components/about.svelte

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
let { class: klass, ...props }: AboutProps = $props();
1212
</script>
1313

14-
<div class={cn('rounded-lg bg-base-100 p-4', klass)} {...props}>
14+
<div class={cn('rounded-lg bg-base-100 p-4 text-center', klass)} {...props}>
1515
<div>
1616
<Subheading>About</Subheading>
17-
<Text
18-
>10xPrivacy is website dedicated to gathering and sharing information about digital privacy.
19-
It provides a curated feed of news, resources, and tools to help users protect themselves from
17+
<Text class="mt-2">
18+
10xPrivacy is website dedicated to gathering and sharing information about digital privacy. It
19+
provides a curated feed of news, resources, and tools to help users protect themselves from
2020
surveillance capitalism.
2121
</Text>
2222
</div>

0 commit comments

Comments
 (0)