-
The Vision
- Pioneering. Empowering.
+ The Vision
+ Pioneering. Empowering.

-
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.

-
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.

-
Digital experiences should not manipulate people, rather they should empower them.
+
Digital experiences should not manipulate people, rather they should empower them.

-
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 %}