WIP
This commit is contained in:
13
dist/app.css
vendored
13
dist/app.css
vendored
@@ -12037,6 +12037,17 @@ a {
|
|||||||
font-family: "Goudy Bookletter 1911", serif;
|
font-family: "Goudy Bookletter 1911", serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.headline-xl, .intro_block h1, .single-team-member .team-member-top h1, .post-type-archive-team-member .team-members-top h1, .intro_block .h1, .single-team-member .team-member-top .h1, .post-type-archive-team-member .team-members-top .h1 {
|
||||||
|
font-size: 40px;
|
||||||
|
line-height: 40px;
|
||||||
|
}
|
||||||
|
@media (min-width: 768px) {
|
||||||
|
.headline-xl, .intro_block h1, .single-team-member .team-member-top h1, .post-type-archive-team-member .team-members-top h1, .intro_block .h1, .single-team-member .team-member-top .h1, .post-type-archive-team-member .team-members-top .h1 {
|
||||||
|
font-size: 96px;
|
||||||
|
line-height: 96px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.headline-lg, section.side-by-side-text h2, section.side-by-side-text .h2 {
|
.headline-lg, section.side-by-side-text h2, section.side-by-side-text .h2 {
|
||||||
font-size: 35px;
|
font-size: 35px;
|
||||||
line-height: 35px;
|
line-height: 35px;
|
||||||
@@ -12161,8 +12172,6 @@ footer.sub-footer a {
|
|||||||
}
|
}
|
||||||
.intro_block h1, .single-team-member .team-member-top h1, .post-type-archive-team-member .team-members-top h1, .intro_block .h1, .single-team-member .team-member-top .h1, .post-type-archive-team-member .team-members-top .h1 {
|
.intro_block h1, .single-team-member .team-member-top h1, .post-type-archive-team-member .team-members-top h1, .intro_block .h1, .single-team-member .team-member-top .h1, .post-type-archive-team-member .team-members-top .h1 {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
font-size: 96px;
|
|
||||||
line-height: 96px;
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
.intro_block p.sub-headline, .single-team-member .team-member-top p.sub-headline, .post-type-archive-team-member .team-members-top p.sub-headline {
|
.intro_block p.sub-headline, .single-team-member .team-member-top p.sub-headline, .post-type-archive-team-member .team-members-top p.sub-headline {
|
||||||
|
|||||||
2
dist/mix-manifest.json
vendored
2
dist/mix-manifest.json
vendored
@@ -1,4 +1,4 @@
|
|||||||
{
|
{
|
||||||
"/app.js": "/app.js?id=e87e05bd26822b1fc6dae092decfb838",
|
"/app.js": "/app.js?id=e87e05bd26822b1fc6dae092decfb838",
|
||||||
"/app.css": "/app.css?id=06457e5fb8e59066a01c29dc23a22a3f"
|
"/app.css": "/app.css?id=fefc9ed4a79cc3f82f483846c92a6126"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -10,9 +10,8 @@
|
|||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
@extend .goudy;
|
@extend .goudy;
|
||||||
|
@extend .headline-xl;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
font-size: 96px;
|
|
||||||
line-height: 96px;
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -10,6 +10,16 @@ a {
|
|||||||
font-family: 'Goudy Bookletter 1911', serif;
|
font-family: 'Goudy Bookletter 1911', serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.headline-xl {
|
||||||
|
font-size: 40px;
|
||||||
|
line-height: 40px;
|
||||||
|
|
||||||
|
@include media-breakpoint-up(md) {
|
||||||
|
font-size: 96px;
|
||||||
|
line-height: 96px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.headline-lg {
|
.headline-lg {
|
||||||
font-size: 35px;
|
font-size: 35px;
|
||||||
line-height: 35px;
|
line-height: 35px;
|
||||||
|
|||||||
Reference in New Issue
Block a user