diff options
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 f6d7cdb..187c3bb 100644 --- a/src/pages/[locale]/index.astro +++ b/src/pages/[locale]/index.astro @@ -35,7 +35,7 @@ const mostRecentNewsItem = await getMostRecentNewsItem(locale); <section> <h2 set:html={t(tPage, { key: 'furthsettins' })} /> <p set:html={t(tPage, { key: 'furthsettins-para' })} /> - <div class="align-end margin-block-start-sm"> + <div class="grid-span-3 grid-end margin-block-start-sm"> <a href={`/${locale}/furthsettins`} class="btn"> {t(tPage, { key: 'aw-furthsettins' })} ▷ </a> |
