diff --git a/shared/templates/styleguide2/includes/atoms/buttons/round_button_block.html b/shared/templates/styleguide2/includes/atoms/buttons/round_button_block.html index d584fec4832d778a33f6a3c4907a2eda61397b0c..c1a749b50f03daf0c54b414dab66fdbdb3300cef 100644 --- a/shared/templates/styleguide2/includes/atoms/buttons/round_button_block.html +++ b/shared/templates/styleguide2/includes/atoms/buttons/round_button_block.html @@ -1,5 +1,16 @@ {% firstof self.page.url self.link as link %} -<div class="py-4 {% if self.align == 'center' %}flex justify-center items-center max-w-[100ch]{% endif %}"> + +<div + class=" + {% if page.root_page.content_is_centered %} + mx-auto + {% endif %} + + py-4 + + {% if self.align == 'center' %}flex justify-center items-center max-w-[100ch]{% endif %} + " +> {% include "styleguide2/includes/atoms/buttons/round_button.html" with url=link size=self.size text=self.title show_arrow_on_hover=self.hoveractive classes=color_classes %} </div> diff --git a/shared/templates/styleguide2/includes/atoms/youtube_video/youtube_video.html b/shared/templates/styleguide2/includes/atoms/youtube_video/youtube_video.html index 90aee17cb3760c23be723ac1e7ff85c530b39079..3df5674381e79e405083ebe68f2102b0081b56f4 100644 --- a/shared/templates/styleguide2/includes/atoms/youtube_video/youtube_video.html +++ b/shared/templates/styleguide2/includes/atoms/youtube_video/youtube_video.html @@ -12,6 +12,10 @@ max-w-[100ch] {% endif %} + {% if page.root_page.content_is_centered %} + mx-auto + {% endif %} + group text-center rounded cursor-pointer