diff --git a/content/store/index.md b/content/store/index.md index f01b6deee..f2de231f7 100644 --- a/content/store/index.md +++ b/content/store/index.md @@ -65,7 +65,7 @@ Plug in any storage tool or protocol, making it a seamless addition to your exis -{% row(style="center between mbottom") %} +{% row(style="right between mbottom") %} ## A Fortress for ## Your **Digital Assets** @@ -92,7 +92,7 @@ This unique approach ensures that even if an attacker were to access one node, t -{% row(style="center between mbottom") %} +{% row(style="between mbottom") %} ![Image](grid_decenter.jpg#mx-auto) diff --git a/templates/shortcodes/row.html b/templates/shortcodes/row.html index dced441d3..b8667b772 100644 --- a/templates/shortcodes/row.html +++ b/templates/shortcodes/row.html @@ -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 %}