WIP
This commit is contained in:
8
dist/app.css
vendored
8
dist/app.css
vendored
@@ -12038,8 +12038,8 @@ a {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.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 {
|
.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;
|
font-size: 55px;
|
||||||
line-height: 40px;
|
line-height: 55px;
|
||||||
}
|
}
|
||||||
@media (min-width: 768px) {
|
@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 {
|
.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 {
|
||||||
@@ -12049,8 +12049,8 @@ a {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.headline-lg, section.grid-callout h2, section.grid-callout .h2, section.side-by-side-text h2, section.side-by-side-text .h2 {
|
.headline-lg, section.grid-callout h2, section.grid-callout .h2, section.side-by-side-text h2, section.side-by-side-text .h2 {
|
||||||
font-size: 35px;
|
font-size: 40px;
|
||||||
line-height: 35px;
|
line-height: 40px;
|
||||||
}
|
}
|
||||||
@media (min-width: 768px) {
|
@media (min-width: 768px) {
|
||||||
.headline-lg, section.grid-callout h2, section.grid-callout .h2, section.side-by-side-text h2, section.side-by-side-text .h2 {
|
.headline-lg, section.grid-callout h2, section.grid-callout .h2, section.side-by-side-text h2, section.side-by-side-text .h2 {
|
||||||
|
|||||||
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=65a23b6b0e5a589bee0891aa05b8e76c"
|
"/app.css": "/app.css?id=e9a602eaa1da36250d8645a164946905"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -11,8 +11,8 @@ a {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.headline-xl {
|
.headline-xl {
|
||||||
font-size: 40px;
|
font-size: 55px;
|
||||||
line-height: 40px;
|
line-height: 55px;
|
||||||
|
|
||||||
@include media-breakpoint-up(md) {
|
@include media-breakpoint-up(md) {
|
||||||
font-size: 96px;
|
font-size: 96px;
|
||||||
@@ -21,8 +21,8 @@ a {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.headline-lg {
|
.headline-lg {
|
||||||
font-size: 35px;
|
font-size: 40px;
|
||||||
line-height: 35px;
|
line-height: 40px;
|
||||||
|
|
||||||
@include media-breakpoint-up(md) {
|
@include media-breakpoint-up(md) {
|
||||||
font-size: 70px;
|
font-size: 70px;
|
||||||
|
|||||||
Reference in New Issue
Block a user