summaryrefslogtreecommitdiff
path: root/src/pages
diff options
context:
space:
mode:
authorJoe Carstairs <65492573+Sycamost@users.noreply.github.com>2023-08-22 09:06:27 +0100
committerJoe Carstairs <65492573+Sycamost@users.noreply.github.com>2023-08-22 09:06:27 +0100
commit20b7851aca47525955f151fb39ab485abe5bb140 (patch)
tree3e62e5350e34169e02ec9c5f994b017fcb15082a /src/pages
parent552bb8d624017a4d810e33280e3ae84ab87eed5c (diff)
Relativises stuff to relative rem
Diffstat (limited to 'src/pages')
-rw-r--r--src/pages/[locale]/index.astro2
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>