update right text alignment attribute
This commit is contained in:
@@ -65,7 +65,7 @@ Plug in any storage tool or protocol, making it a seamless addition to your exis
|
||||
|
||||
<!-- section 6 (GETTING STARTED) -->
|
||||
|
||||
{% 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
|
||||
|
||||
<!-- section 7 (REVOLUTION) -->
|
||||
|
||||
{% row(style="center between mbottom") %}
|
||||
{% row(style="between mbottom") %}
|
||||
|
||||

|
||||
|
||||
|
||||
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user