diff --git a/src/app.css b/src/app.css index ed8dc44..1f431c8 100644 --- a/src/app.css +++ b/src/app.css @@ -1,9 +1,9 @@ +@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600&display=swap"); + @tailwind base; @tailwind components; @tailwind utilities; -@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600&display=swap"); - html { scroll-behavior: smooth; } diff --git a/src/lib/components/Card.svelte b/src/lib/components/Card.svelte index 753ec72..1d2bfc0 100644 --- a/src/lib/components/Card.svelte +++ b/src/lib/components/Card.svelte @@ -17,14 +17,14 @@ } -
+
{title}

{description}

- {#if source === ""} - - {:else} + {#if source !== ""}

- Hi there👋🏻! My name is + Hi there👋🏻! I'm

Gaung Ramadhan