diff --git a/shared/templates/styleguide2/includes/organisms/popouts/popout_list.html b/shared/templates/styleguide2/includes/organisms/popouts/popout_list.html
index 19a59339ba8f253f6b5d37afaccec3ba45169029..ac2876e78eb0b98b5596bbfbe38fbd327f7cbb3f 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 %}