From 0387afc2c969496e28cafb3aa16925a469e0d8a9 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Mon, 7 Feb 2022 02:06:58 +0100 Subject: [PATCH] style refactor --- _includes/block/cta.html | 2 +- _includes/block/features.html | 2 +- _includes/block/stats.html | 2 +- _includes/team.html | 2 +- _includes/testimonials.html | 2 +- assets/index.css | 4 ++++ blog.html | 2 +- 7 files changed, 10 insertions(+), 6 deletions(-) diff --git a/_includes/block/cta.html b/_includes/block/cta.html index baa65cc4..497c4480 100644 --- a/_includes/block/cta.html +++ b/_includes/block/cta.html @@ -1,6 +1,6 @@
{% unless include.no_container %} -
+
{% endunless %}

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

diff --git a/_includes/block/features.html b/_includes/block/features.html index 4ce1c1ab..f0884145 100644 --- a/_includes/block/features.html +++ b/_includes/block/features.html @@ -1,5 +1,5 @@
-
+
diff --git a/_includes/block/stats.html b/_includes/block/stats.html index c1ec65d1..14196832 100644 --- a/_includes/block/stats.html +++ b/_includes/block/stats.html @@ -1,5 +1,5 @@
-
+
{% assign stats = stats|default:site.data.general.stats.stats %} diff --git a/_includes/team.html b/_includes/team.html index 890392b3..e4efffde 100644 --- a/_includes/team.html +++ b/_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/_includes/testimonials.html b/_includes/testimonials.html index 87cc97d2..efeb36aa 100644 --- a/_includes/testimonials.html +++ b/_includes/testimonials.html @@ -1,5 +1,5 @@
-
+

Testimonials

diff --git a/assets/index.css b/assets/index.css index 69415f96..50949124 100644 --- a/assets/index.css +++ b/assets/index.css @@ -12,6 +12,10 @@ layout: empty @apply border-b-4 border-blue-400; } + .section-container { + @apply container px-5 py-24 mx-auto + } + .header-text{ @apply sm:text-3xl text-2xl font-medium } diff --git a/blog.html b/blog.html index a300fb87..d564596e 100644 --- a/blog.html +++ b/blog.html @@ -3,7 +3,7 @@ layout: default title: Blog ---
-
+

InvenTree Blog