diff --git a/content/home/index.md b/content/home/index.md index 47e7209f8..8be70719c 100644 --- a/content/home/index.md +++ b/content/home/index.md @@ -108,7 +108,7 @@ Earn TFT by adding capacity to the grid.
-{% row(style="reverse margin") %} +{% row(style="margin") %} ![Image](power_ecosystem.png#mx-auto) diff --git a/content/tft/index.md b/content/tft/index.md index ee45b2818..3fd2f25f1 100644 --- a/content/tft/index.md +++ b/content/tft/index.md @@ -11,7 +11,7 @@ extra:
-{% row(style="header") %} +{% row(style="header reverse") %}

All Transactions Use One Token: TFT

diff --git a/content/utilization/index.md b/content/utilization/index.md index 9ef7afb40..4e5c1d891 100644 --- a/content/utilization/index.md +++ b/content/utilization/index.md @@ -9,7 +9,7 @@ insert_anchor_links: "left"
-{% row(style="header") %} +{% row(style="header reverse") %} diff --git a/templates/shortcodes/hovevision.html b/templates/shortcodes/hovevision.html index c8b77a14a..39a9b40cc 100644 --- a/templates/shortcodes/hovevision.html +++ b/templates/shortcodes/hovevision.html @@ -1,26 +1,26 @@ -
+
-

The Vision

-

Pioneering. Empowering.

+

The Vision

+

Pioneering. Empowering.

Random image -
Most countries only rely on cable networks, meaning they lack control over their own digital infrastructure.
+
Most countries only rely on cable networks, meaning they lack control over their own digital infrastructure.
Random image -
Today, most of the cloud is owned and operated by a few major companies taking all the profits and control of the Internet.
+
Today, most of the cloud is owned and operated by a few major companies taking all the profits and control of the Internet.
Random image -
Digital experiences should not manipulate people, rather they should empower them.
+
Digital experiences should not manipulate people, rather they should empower them.
Random image -
Current IT infrastructures consume far too much energy. Now it is time we do something about it.
+
Current IT infrastructures consume far too much energy. Now it is time we do something about it.
@@ -33,17 +33,27 @@ + diff --git a/templates/shortcodes/row.html b/templates/shortcodes/row.html index f0e974546..3abc1ff17 100644 --- a/templates/shortcodes/row.html +++ b/templates/shortcodes/row.html @@ -51,7 +51,7 @@ Parameters: {% set row_class = row_class ~ " lg:items-center" %} {% endif %} -{% set col_class = "flex-1 mb-6 md:mb-0 px-4" %} +{% set col_class = "flex-1 mb-6 md:mb-0 px-2 md:px-4" %} {% set row_id = '' %} {% if id %} @@ -74,7 +74,7 @@ Parameters: {% if "center" in style %} {% set row_class = row_class ~ " text-center mx-auto justify-center" %} - {% set col_class = col_class ~ " flex-1 m-4 lg:m-0" %} + {% set col_class = col_class ~ " flex-1 m-2 lg:m-0" %} {% endif %} {% if "text-white" in style %} @@ -84,23 +84,23 @@ Parameters: {% if "margin" in style %} {% set row_class = row_class ~ " lg:py-24 py-10" %} - {% set col_class = col_class ~ " flex-1 m-4 lg:m-0" %} + {% set col_class = col_class ~ " flex-1 m-2 lg:m-0" %} {% endif %} {% if "header" in style %} {% set row_class = row_class ~ " h-auto md:h-screen mt-4 lg:mt-0" %} - {% set col_class = col_class ~ " m-4 lg:m-0" %} + {% set col_class = col_class ~ " mt-3" %} {% endif %} {% if "mtop" in style %} {% set row_class = row_class ~ " lg:pt-24 pt-2" %} - {% set col_class = col_class ~ " flex-1 m-4 lg:m-0" %} + {% set col_class = col_class ~ " flex-1 m-2 lg:m-0" %} {% endif %} {% if "mbottom" in style %} {% set row_class = row_class ~ " lg:pb-24" %} - {% set col_class = col_class ~ " flex-1 m-4 lg:m-0" %} + {% set col_class = col_class ~ " flex-1 m-2 lg:m-0" %} {% endif %}