diff --git a/src/components/PageIntro.js b/src/components/PageIntro.js index a71a67e..f78ee39 100644 --- a/src/components/PageIntro.js +++ b/src/components/PageIntro.js @@ -37,7 +37,7 @@ class PageIntro extends Component { {this.props.children} ( appId="1896398823783343" htmlRef="" /> -
+
{children()}
-
+ ) diff --git a/src/styles/index.css b/src/styles/index.css index 7853728..04aa4dc 100644 --- a/src/styles/index.css +++ b/src/styles/index.css @@ -2909,11 +2909,11 @@ table { } .leading-normal { - line-height: 1.7; + line-height: 1.77; } .leading-loose { - line-height: 1.8; + line-height: 1.84; } .leading-looser { @@ -8071,11 +8071,11 @@ table { } .sm\:leading-normal { - line-height: 1.7; + line-height: 1.77; } .sm\:leading-loose { - line-height: 1.8; + line-height: 1.84; } .sm\:leading-looser { @@ -13218,11 +13218,11 @@ table { } .md\:leading-normal { - line-height: 1.7; + line-height: 1.77; } .md\:leading-loose { - line-height: 1.8; + line-height: 1.84; } .md\:leading-looser { @@ -18365,11 +18365,11 @@ table { } .lg\:leading-normal { - line-height: 1.7; + line-height: 1.77; } .lg\:leading-loose { - line-height: 1.8; + line-height: 1.84; } .lg\:leading-looser { @@ -23512,11 +23512,11 @@ table { } .xl\:leading-normal { - line-height: 1.7; + line-height: 1.77; } .xl\:leading-loose { - line-height: 1.8; + line-height: 1.84; } .xl\:leading-looser { diff --git a/tailwind.config.js b/tailwind.config.js index 0d49513..9d2390b 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -314,8 +314,8 @@ module.exports = { leading: { none: 1, tight: 1.25, - normal: 1.7, - loose: 1.8, + normal: 1.77, + loose: 1.84, looser: 1.9, loosest: 2, },