diff options
| author | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-22 09:06:27 +0100 |
|---|---|---|
| committer | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-22 09:06:27 +0100 |
| commit | 20b7851aca47525955f151fb39ab485abe5bb140 (patch) | |
| tree | 3e62e5350e34169e02ec9c5f994b017fcb15082a /src | |
| parent | 552bb8d624017a4d810e33280e3ae84ab87eed5c (diff) | |
Relativises stuff to relative rem
Diffstat (limited to 'src')
| -rw-r--r-- | src/pages/[locale]/index.astro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/[locale]/index.astro b/src/pages/[locale]/index.astro index e5e6040..f6d7cdb 100644 --- a/src/pages/[locale]/index.astro +++ b/src/pages/[locale]/index.astro @@ -23,7 +23,7 @@ const mostRecentNewsItem = await getMostRecentNewsItem(locale); <NewsIndex newsItems={mostRecentNewsItem ? [mostRecentNewsItem] : []} headingLevel="h3" /> { mostRecentNewsItem && ( - <div class="grid-span-2 grid-end margin-block-start-sm"> + <div class="grid-span-3 grid-end margin-block-start-sm"> <a href={`/${locale}/news`} class="btn"> {t(tPage, { key: 'aw-news' })} ▷ </a> |
