diff --git a/README.md b/README.md index d1979cd..ada1d21 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # coredump -My personal website and its associated blog. Written in [SvelteKit](https://kit.svelte.dev) and [TailwindCSS](https://tailwindcss.com/). +My personal website and its associated blog. Written in [SvelteKit](https://kit.svelte.dev) using [TailwindCSS](https://tailwindcss.com/) and components from [shadcn-svelte](https://www.shadcn-svelte.com/). ## Running locally diff --git a/bun.lockb b/bun.lockb index 24f12a9..ffb85bf 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/src/lib/assets/Coredump.svelte b/src/lib/assets/Coredump.svelte index a343ea1..8e72441 100644 --- a/src/lib/assets/Coredump.svelte +++ b/src/lib/assets/Coredump.svelte @@ -10,7 +10,7 @@ xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 2048 416" - class="diagram select-none font-mono" + class="diagram select-none font-mono hidden sm:block" text-anchor="middle" font-size="13px" stroke-linecap="round" diff --git a/src/lib/components/Footer.svelte b/src/lib/components/Footer.svelte index 2b0cbd6..47f8556 100644 --- a/src/lib/components/Footer.svelte +++ b/src/lib/components/Footer.svelte @@ -1,9 +1,10 @@