diff --git a/src/lib/components/news-thumb.svelte b/src/lib/components/news-thumb.svelte index 4fdf2bf..77b75ed 100644 --- a/src/lib/components/news-thumb.svelte +++ b/src/lib/components/news-thumb.svelte @@ -7,18 +7,26 @@ $: link = `/news/${entry.slug}` -
  • -
    -
    -

    {formatDate(entry.date)}

    -
    -

    - {entry.title} -

    - Read up + +
    -
    +
    +
    +

    {formatDate(entry.date)}

    +
    +

    + {entry.title} +

    +
    +

    + Read up +

    +
    +
  • diff --git a/src/routes/home-slices/NewsSlice.svelte b/src/routes/home-slices/NewsSlice.svelte index 0073e45..cfd6b4e 100644 --- a/src/routes/home-slices/NewsSlice.svelte +++ b/src/routes/home-slices/NewsSlice.svelte @@ -13,7 +13,7 @@ Latest news -