diff --git a/src/components/AboutSection.astro b/src/components/AboutSection.astro
index 671a7c9..7d090f3 100644
--- a/src/components/AboutSection.astro
+++ b/src/components/AboutSection.astro
@@ -15,10 +15,7 @@ const { introduction, summary, about, license } = Astro.props;
About Common-Flow
-
+
A practical git workflow that combines the best of GitHub Flow with
versioned releases
@@ -33,8 +30,7 @@ const { introduction, summary, about, license } = Astro.props;
Key Principles
@@ -42,36 +38,29 @@ const { introduction, summary, about, license } = Astro.props;
-
+
diff --git a/src/components/FAQSection.astro b/src/components/FAQSection.astro
index e0d03c9..4ef72ef 100644
--- a/src/components/FAQSection.astro
+++ b/src/components/FAQSection.astro
@@ -8,16 +8,13 @@ interface Props {
const { items } = Astro.props;
---
-
+
FAQ
-
+
Common questions about Git Common-Flow
@@ -112,14 +109,6 @@ const { items } = Astro.props;
diff --git a/src/components/Header.astro b/src/components/Header.astro
index 880be24..a0f9568 100644
--- a/src/components/Header.astro
+++ b/src/components/Header.astro
@@ -22,8 +22,9 @@ const { version } = Astro.props;