diff options
| author | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-22 09:07:22 +0100 |
|---|---|---|
| committer | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-22 09:07:22 +0100 |
| commit | 946a87ccc8fa70382115a91a3b7efe49b4cb38a1 (patch) | |
| tree | 22c65d00bda1bb3bf8cb2ada55806cbaec214152 | |
| parent | 20b7851aca47525955f151fb39ab485abe5bb140 (diff) | |
Aligns 'aw furthsettins' button
| -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> |
