From 717cf69b244d9e0becc6942b2f4dc402dd5bf073 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomi=20Valentov=C3=A1?= <git@imaniti.org> Date: Tue, 23 Jul 2024 13:03:07 +0200 Subject: [PATCH] fix padding --- shared/templates/styleguide2/article_page.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/templates/styleguide2/article_page.html b/shared/templates/styleguide2/article_page.html index 03fdbdd0..b69c0759 100644 --- a/shared/templates/styleguide2/article_page.html +++ b/shared/templates/styleguide2/article_page.html @@ -10,7 +10,7 @@ {% include 'styleguide2/includes/organisms/header/article_header.html' with title=page.title description=page.perex tags=page.tags.all first_nav_text=page.root_page.articles_page.title first_nav_link=page.root_page.articles_page.url second_nav_text=page.date show_scroll_progress=page.show_scroll_progress %} <main role="main" class="mb-10 xl:mb-32"> - <div class="container--wide flex flex-col"> + <div class="container--wide flex flex-col gap-6"> {% if page.shared_from %} <p> <em> -- GitLab