diff --git a/home/_includes/cta.html b/home/_includes/cta.html index e3f66f09..a1e495b2 100644 --- a/home/_includes/cta.html +++ b/home/_includes/cta.html @@ -1,6 +1,6 @@
{% unless include.no_container %} -
+
{% endunless %}

{{ include.cta.text|default:include.text }}

diff --git a/home/_includes/features.html b/home/_includes/features.html index eebaea18..54f3e0a1 100644 --- a/home/_includes/features.html +++ b/home/_includes/features.html @@ -1,5 +1,5 @@
-
+
diff --git a/home/_includes/functions.html b/home/_includes/functions.html index eb1ca272..45d08bf7 100644 --- a/home/_includes/functions.html +++ b/home/_includes/functions.html @@ -1,5 +1,5 @@
-
+

{{ include.data.title }}

{{ include.data.text }}

diff --git a/home/_includes/stats.html b/home/_includes/stats.html index c1ec65d1..9f934137 100644 --- a/home/_includes/stats.html +++ b/home/_includes/stats.html @@ -1,5 +1,5 @@
-
+
{% assign stats = stats|default:site.data.general.stats.stats %} diff --git a/home/_includes/team.html b/home/_includes/team.html index 890392b3..d5402b39 100644 --- a/home/_includes/team.html +++ b/home/_includes/team.html @@ -1,5 +1,5 @@
-
+

OUR TEAM

Whatever cardigan tote bag tumblr hexagon brooklyn asymmetrical gentrify, subway tile poke farm-to-table. Franzen you probably haven't heard of them.

diff --git a/home/_includes/testimonials.html b/home/_includes/testimonials.html index 87cc97d2..44bbb33c 100644 --- a/home/_includes/testimonials.html +++ b/home/_includes/testimonials.html @@ -1,5 +1,5 @@
-
+

Testimonials

diff --git a/home/styles/index.css b/home/styles/index.css index 61e6576f..dfa0b26a 100644 --- a/home/styles/index.css +++ b/home/styles/index.css @@ -32,6 +32,10 @@ @apply text-gray-500 } + .cm-container { + @apply container px-5 py-24 mx-auto + } + a.anchor { display: block; position: relative;