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}
<SectionIntro
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}
classes={`p-4 lg:text-left lg:max-w-sm content-center ${
this.props.sectionClasses

View File

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

View File

@@ -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 {

View File

@@ -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,
},