Quickfixes

This commit is contained in:
Moris Zen
2018-09-05 21:55:29 +02:00
parent d65899a6ad
commit c67b02aa52
4 changed files with 15 additions and 15 deletions

View File

@@ -37,7 +37,7 @@ class PageIntro extends Component {
{this.props.children} {this.props.children}
<SectionIntro <SectionIntro
header header
h2Classes="text-2xl md:text-4xl lg:mb-2 lg:text-5xl" h2Classes="text-2xl md:text-4xl lg:text-5xl"
intro={this.props.intro} intro={this.props.intro}
classes={`p-4 lg:text-left lg:max-w-sm content-center ${ classes={`p-4 lg:text-left lg:max-w-sm content-center ${
this.props.sectionClasses this.props.sectionClasses

View File

@@ -32,11 +32,11 @@ const Layout = ({ children, data }) => (
appId="1896398823783343" appId="1896398823783343"
htmlRef="<REF_STRING>" htmlRef="<REF_STRING>"
/> />
<div className="side-panel panel"> <main className="side-panel panel">
<Header /> <Header />
{children()} {children()}
<Footer /> <Footer />
</div> </main>
<SideMenu /> <SideMenu />
</div> </div>
) )

View File

@@ -2909,11 +2909,11 @@ table {
} }
.leading-normal { .leading-normal {
line-height: 1.7; line-height: 1.77;
} }
.leading-loose { .leading-loose {
line-height: 1.8; line-height: 1.84;
} }
.leading-looser { .leading-looser {
@@ -8071,11 +8071,11 @@ table {
} }
.sm\:leading-normal { .sm\:leading-normal {
line-height: 1.7; line-height: 1.77;
} }
.sm\:leading-loose { .sm\:leading-loose {
line-height: 1.8; line-height: 1.84;
} }
.sm\:leading-looser { .sm\:leading-looser {
@@ -13218,11 +13218,11 @@ table {
} }
.md\:leading-normal { .md\:leading-normal {
line-height: 1.7; line-height: 1.77;
} }
.md\:leading-loose { .md\:leading-loose {
line-height: 1.8; line-height: 1.84;
} }
.md\:leading-looser { .md\:leading-looser {
@@ -18365,11 +18365,11 @@ table {
} }
.lg\:leading-normal { .lg\:leading-normal {
line-height: 1.7; line-height: 1.77;
} }
.lg\:leading-loose { .lg\:leading-loose {
line-height: 1.8; line-height: 1.84;
} }
.lg\:leading-looser { .lg\:leading-looser {
@@ -23512,11 +23512,11 @@ table {
} }
.xl\:leading-normal { .xl\:leading-normal {
line-height: 1.7; line-height: 1.77;
} }
.xl\:leading-loose { .xl\:leading-loose {
line-height: 1.8; line-height: 1.84;
} }
.xl\:leading-looser { .xl\:leading-looser {

View File

@@ -314,8 +314,8 @@ module.exports = {
leading: { leading: {
none: 1, none: 1,
tight: 1.25, tight: 1.25,
normal: 1.7, normal: 1.77,
loose: 1.8, loose: 1.84,
looser: 1.9, looser: 1.9,
loosest: 2, loosest: 2,
}, },