diff --git a/src/components/InfoBox.js b/src/components/InfoBox.js
index a49d48d..cca5ea9 100644
--- a/src/components/InfoBox.js
+++ b/src/components/InfoBox.js
@@ -3,7 +3,9 @@ import Link from 'gatsby-link'
const InfoBox = ({ ...props }) => (
-
{props.headline}
+
+ {props.headline}
+
{props.text}
diff --git a/src/components/SectionIntro.js b/src/components/SectionIntro.js
index a37b910..8a02762 100644
--- a/src/components/SectionIntro.js
+++ b/src/components/SectionIntro.js
@@ -11,7 +11,7 @@ const IntroDefault = ({ ...props }) => (
className={`
${
props.light ? headlineDark : headlineLight
- } opacity-50 text-sm font-light text-black uppercase pt-2 pb-1`}
+ } opacity-50 text-sm font-light text-black uppercase py-2 pb-1`}
>
{props.intro}
@@ -19,7 +19,7 @@ const IntroDefault = ({ ...props }) => (
{props.headline && (
{props.headline}
diff --git a/src/layouts/index.js b/src/layouts/index.js
index a60835a..b8c2849 100644
--- a/src/layouts/index.js
+++ b/src/layouts/index.js
@@ -28,8 +28,8 @@ const Layout = ({ children, data }) => (
link={[{ rel: 'shortcut icon', type: 'image/png', href: `${favicon32}` }]}
/>
diff --git a/src/pages/index.js b/src/pages/index.js
index b783794..90c4d20 100644
--- a/src/pages/index.js
+++ b/src/pages/index.js
@@ -171,7 +171,7 @@ const IndexPage = ({ ...props }) => (
diff --git a/src/styles/index.css b/src/styles/index.css
index 9d2587f..7853728 100644
--- a/src/styles/index.css
+++ b/src/styles/index.css
@@ -2909,14 +2909,18 @@ table {
}
.leading-normal {
- line-height: 1.5;
+ line-height: 1.7;
}
.leading-loose {
- line-height: 1.75;
+ line-height: 1.8;
}
.leading-looser {
+ line-height: 1.9;
+}
+
+.leading-loosest {
line-height: 2;
}
@@ -8067,14 +8071,18 @@ table {
}
.sm\:leading-normal {
- line-height: 1.5;
+ line-height: 1.7;
}
.sm\:leading-loose {
- line-height: 1.75;
+ line-height: 1.8;
}
.sm\:leading-looser {
+ line-height: 1.9;
+ }
+
+ .sm\:leading-loosest {
line-height: 2;
}
@@ -13210,14 +13218,18 @@ table {
}
.md\:leading-normal {
- line-height: 1.5;
+ line-height: 1.7;
}
.md\:leading-loose {
- line-height: 1.75;
+ line-height: 1.8;
}
.md\:leading-looser {
+ line-height: 1.9;
+ }
+
+ .md\:leading-loosest {
line-height: 2;
}
@@ -18353,14 +18365,18 @@ table {
}
.lg\:leading-normal {
- line-height: 1.5;
+ line-height: 1.7;
}
.lg\:leading-loose {
- line-height: 1.75;
+ line-height: 1.8;
}
.lg\:leading-looser {
+ line-height: 1.9;
+ }
+
+ .lg\:leading-loosest {
line-height: 2;
}
@@ -23496,14 +23512,18 @@ table {
}
.xl\:leading-normal {
- line-height: 1.5;
+ line-height: 1.7;
}
.xl\:leading-loose {
- line-height: 1.75;
+ line-height: 1.8;
}
.xl\:leading-looser {
+ line-height: 1.9;
+ }
+
+ .xl\:leading-loosest {
line-height: 2;
}
diff --git a/tailwind.config.js b/tailwind.config.js
index 2bafcfc..0d49513 100644
--- a/tailwind.config.js
+++ b/tailwind.config.js
@@ -314,9 +314,10 @@ module.exports = {
leading: {
none: 1,
tight: 1.25,
- normal: 1.5,
- loose: 1.75,
- looser: 2,
+ normal: 1.7,
+ loose: 1.8,
+ looser: 1.9,
+ loosest: 2,
},
/*