From 3dd521ee2bf36820bce7de2bd7a0b51ee0d3d4a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Valenta?= <tomas@imaniti.org> Date: Fri, 15 Mar 2024 19:16:09 +0100 Subject: [PATCH] add padding to desc. --- .../styleguide2/includes/organisms/popouts/popout_list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/templates/styleguide2/includes/organisms/popouts/popout_list.html b/shared/templates/styleguide2/includes/organisms/popouts/popout_list.html index 19a59339..ac2876e7 100644 --- a/shared/templates/styleguide2/includes/organisms/popouts/popout_list.html +++ b/shared/templates/styleguide2/includes/organisms/popouts/popout_list.html @@ -18,7 +18,7 @@ </div> {% if category.description %} - <div class="prose max-w-screen-lg"> + <div class="prose max-w-screen-lg px-5"> {{ category.description|richtext }} </div> {% endif %} -- GitLab