WIP
This commit is contained in:
11
dist/app.css
vendored
11
dist/app.css
vendored
@@ -12033,7 +12033,7 @@ a {
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.goudy, .team-member .bio-wrapper .right h2, .team-member .bio-wrapper .right .h2, section.flex-5050-cta h1, section.flex-5050-cta .h1, section.multiblock-callout h2, section.multiblock-callout .h2, .text-over-image-b .content-wrapper .content h2, .text-over-image-b .content-wrapper .content .h2, section.side-by-side-text h2, section.side-by-side-text .h2, .intro_block h1, .team-member-top h1, .team-members-top h1, .intro_block .h1, .team-member-top .h1, .team-members-top .h1 {
|
.goudy, .team-member .bio-wrapper .right h2, .team-member .bio-wrapper .right .h2, section.flex-5050-cta h2, section.flex-5050-cta .h2, section.multiblock-callout h2, section.multiblock-callout .h2, .text-over-image-b .content-wrapper .content h2, .text-over-image-b .content-wrapper .content .h2, section.side-by-side-text h2, section.side-by-side-text .h2, .intro_block h1, .team-member-top h1, .team-members-top h1, .intro_block .h1, .team-member-top .h1, .team-members-top .h1 {
|
||||||
font-family: "Goudy Bookletter 1911", serif;
|
font-family: "Goudy Bookletter 1911", serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -12134,7 +12134,14 @@ section.flex-5050-cta {
|
|||||||
position: relative;
|
position: relative;
|
||||||
padding: 6rem 0;
|
padding: 6rem 0;
|
||||||
}
|
}
|
||||||
section.flex-5050-cta h1, section.flex-5050-cta .h1 {
|
section.flex-5050-cta .overflow-image {
|
||||||
|
position: absolute;
|
||||||
|
top: 5rem;
|
||||||
|
left: 50%;
|
||||||
|
width: 50%;
|
||||||
|
height: calc(100% - 10rem);
|
||||||
|
}
|
||||||
|
section.flex-5050-cta h2, section.flex-5050-cta .h2 {
|
||||||
color: #063C5A;
|
color: #063C5A;
|
||||||
font-size: 70px;
|
font-size: 70px;
|
||||||
line-height: 70px;
|
line-height: 70px;
|
||||||
|
|||||||
2
dist/mix-manifest.json
vendored
2
dist/mix-manifest.json
vendored
@@ -1,4 +1,4 @@
|
|||||||
{
|
{
|
||||||
"/app.js": "/app.js?id=099e96d934e937b07341f2ca9fb82ec2",
|
"/app.js": "/app.js?id=099e96d934e937b07341f2ca9fb82ec2",
|
||||||
"/app.css": "/app.css?id=3a140c2296d23575db25989acbbd584d"
|
"/app.css": "/app.css?id=a82629ba0b554907ceac3e071e456500"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,7 +2,15 @@ section.flex-5050-cta {
|
|||||||
position: relative;
|
position: relative;
|
||||||
padding: 6rem 0;
|
padding: 6rem 0;
|
||||||
|
|
||||||
h1 {
|
.overflow-image {
|
||||||
|
position: absolute;
|
||||||
|
top: 5rem;
|
||||||
|
left: 50%;
|
||||||
|
width: 50%;
|
||||||
|
height: calc(100% - 10rem);
|
||||||
|
}
|
||||||
|
|
||||||
|
h2 {
|
||||||
@extend .goudy;
|
@extend .goudy;
|
||||||
color: $c-navy;
|
color: $c-navy;
|
||||||
font-size: 70px;
|
font-size: 70px;
|
||||||
|
|||||||
Reference in New Issue
Block a user