From f5c143cad6363819a356724b6d284858129b2d7c Mon Sep 17 00:00:00 2001 From: Joe Carstairs <65492573+Sycamost@users.noreply.github.com> Date: Sun, 13 Aug 2023 14:49:26 +0100 Subject: Constrains content width across pages --- src/components/LallansIssue.astro | 34 ++++++++++++---------- src/pages/[locale]/furthsettins/index.astro | 20 +++++++------ .../[locale]/furthsettins/lallans/index.astro | 7 +++-- 3 files changed, 33 insertions(+), 28 deletions(-) (limited to 'src') diff --git a/src/components/LallansIssue.astro b/src/components/LallansIssue.astro index 26ead54..f45dc0a 100644 --- a/src/components/LallansIssue.astro +++ b/src/components/LallansIssue.astro @@ -16,22 +16,24 @@ const { issue, locale } = Astro.props; const t = translate(locale); --- -
-
-

{t(tSite, { key: 'lallans' })} {issue.issueNumber}

-

{issue.description[locale]}

-
+
+
+
+

{t(tSite, { key: 'lallans' })} {issue.issueNumber}

+

{issue.description[locale]}

+
-
- - +
+ + +
-
-{ - 'contributions' in issue ? ( - - ) : ( - 'contributors' in issue && - ) -} + { + 'contributions' in issue ? ( + + ) : ( + 'contributors' in issue && + ) + } +
diff --git a/src/pages/[locale]/furthsettins/index.astro b/src/pages/[locale]/furthsettins/index.astro index 84df9c7..256111f 100644 --- a/src/pages/[locale]/furthsettins/index.astro +++ b/src/pages/[locale]/furthsettins/index.astro @@ -15,14 +15,16 @@ const t = translate(locale); --- -

Furthsettins

+
+

Furthsettins

- + +
diff --git a/src/pages/[locale]/furthsettins/lallans/index.astro b/src/pages/[locale]/furthsettins/lallans/index.astro index b565497..f4cd94b 100644 --- a/src/pages/[locale]/furthsettins/lallans/index.astro +++ b/src/pages/[locale]/furthsettins/lallans/index.astro @@ -15,7 +15,8 @@ const t = translate(locale); --- -

Lallans

- - +
+

Lallans

+ +
-- cgit v1.2.3