diff options
Diffstat (limited to 'src/pages')
| -rw-r--r-- | src/pages/[locale]/furthsettins/lallans/index.astro | 2 | ||||
| -rw-r--r-- | src/pages/[locale]/furthsettins/scotsoun/index.astro | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/pages/[locale]/furthsettins/lallans/index.astro b/src/pages/[locale]/furthsettins/lallans/index.astro index 3e4fd46..1bcfe47 100644 --- a/src/pages/[locale]/furthsettins/lallans/index.astro +++ b/src/pages/[locale]/furthsettins/lallans/index.astro @@ -15,7 +15,7 @@ const t = translate(locale); --- <Page title={t(tFurthsettins, { key: 'title' })}> - <section class="section--full-width"> + <section> <h1>Lallans</h1> <LallansIssuesGallery /> </section> diff --git a/src/pages/[locale]/furthsettins/scotsoun/index.astro b/src/pages/[locale]/furthsettins/scotsoun/index.astro index ed9490c..bace876 100644 --- a/src/pages/[locale]/furthsettins/scotsoun/index.astro +++ b/src/pages/[locale]/furthsettins/scotsoun/index.astro @@ -15,7 +15,7 @@ const t = translate(locale); --- <Page title={t(tPage, { key: 'title' })}> - <section class="section--full-width"> + <section> <h1>Scotsoun</h1> <ScotsounCdGallery /> </section> |
