WIP
This commit is contained in:
9
dist/app.css
vendored
9
dist/app.css
vendored
@@ -12033,7 +12033,7 @@ a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.goudy, .team-member .bio-wrapper .right h2, .team-member .bio-wrapper .right .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.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;
|
||||
}
|
||||
|
||||
@@ -12053,6 +12053,13 @@ a {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
section.side-by-side-text {
|
||||
padding: 4rem;
|
||||
}
|
||||
section.side-by-side-text h2, section.side-by-side-text .h2 {
|
||||
color: #063C5A;
|
||||
}
|
||||
|
||||
.team-members .team-members-wrapper {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
|
||||
2
dist/mix-manifest.json
vendored
2
dist/mix-manifest.json
vendored
@@ -1,4 +1,4 @@
|
||||
{
|
||||
"/app.js": "/app.js?id=099e96d934e937b07341f2ca9fb82ec2",
|
||||
"/app.css": "/app.css?id=3a95efb602331bb2164c9983720d1768"
|
||||
"/app.css": "/app.css?id=81574914912ab573b38915c439b2d2d0"
|
||||
}
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
section.side-by-side-text {
|
||||
padding: 4rem;
|
||||
|
||||
h2 {
|
||||
@extend .goudy;
|
||||
color: $c-navy;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user