From c77c58e18143233be042c4980a6ed08ae9beac52 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Mon, 16 May 2022 19:40:23 +0200 Subject: chore: adjust and complete missing styles * add logo to topics pages and links * add Prism styles to articles * and a few other adjustements --- src/components/templates/page/page-layout.module.scss | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/components/templates/page/page-layout.module.scss') diff --git a/src/components/templates/page/page-layout.module.scss b/src/components/templates/page/page-layout.module.scss index 7602492..83e5a80 100644 --- a/src/components/templates/page/page-layout.module.scss +++ b/src/components/templates/page/page-layout.module.scss @@ -72,6 +72,7 @@ .footer { grid-column: 2; + margin: var(--spacing-sm) 0 var(--spacing-2xs); } .comments { @@ -87,4 +88,9 @@ grid-column: 2; margin: var(--spacing-md) 0 0; } + + &__form { + max-width: 40ch; + margin: auto; + } } -- cgit v1.2.3