update right text alignment attribute

This commit is contained in:
2023-04-12 12:07:25 +02:00
parent 5116b37fd1
commit aac167e4f9
2 changed files with 7 additions and 2 deletions

View File

@@ -67,6 +67,11 @@ Parameters:
{% set col_class = col_class ~ " flex-1 m-4 lg:m-0" %}
{% endif %}
{% if "right" in style %}
{% set row_class = row_class ~ " text-right mx-auto justify-center" %}
{% set col_class = col_class ~ " flex-1 m-4 lg:m-0" %}
{% endif %}
{% if "text-white" in style %}
{% set row_class = row_class ~ " text-white" %}
{% endif %}