WIP
This commit is contained in:
12
dist/app.css
vendored
12
dist/app.css
vendored
@@ -12066,6 +12066,9 @@ a {
|
||||
}
|
||||
.team-member-top h1, .team-member-top .h1 {
|
||||
margin: 0;
|
||||
font-size: 96px;
|
||||
line-height: 96px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.team-member {
|
||||
@@ -12103,13 +12106,20 @@ a {
|
||||
border-right: 160px solid #B9AF78;
|
||||
}
|
||||
.team-member .bio-wrapper {
|
||||
padding: 2rem;
|
||||
padding: 0 3rem;
|
||||
}
|
||||
.team-member .bio-wrapper .left {
|
||||
padding-top: 4rem;
|
||||
}
|
||||
.team-member .bio-wrapper .left a {
|
||||
display: block;
|
||||
}
|
||||
.team-member .bio-wrapper .right {
|
||||
padding-top: 4rem;
|
||||
}
|
||||
.team-member .bio-wrapper .right h2, .team-member .bio-wrapper .right .h2 {
|
||||
font-size: 50px;
|
||||
line-height: 32px;
|
||||
color: #063C5A;
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
|
||||
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=c795e73b22c069e05c8bd51ac9515edf"
|
||||
"/app.css": "/app.css?id=7742f2319a0bec5b56ef6194c7f03b1c"
|
||||
}
|
||||
|
||||
@@ -9,6 +9,9 @@
|
||||
|
||||
h1 {
|
||||
margin: 0;
|
||||
font-size: 96px;
|
||||
line-height: 96px;
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -54,19 +57,24 @@
|
||||
}
|
||||
|
||||
.bio-wrapper {
|
||||
padding: 2rem;
|
||||
padding: 0 3rem;
|
||||
.left {
|
||||
padding-top: 4rem;
|
||||
|
||||
a {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
.right {
|
||||
padding-top: 4rem;
|
||||
|
||||
h2 {
|
||||
@extend .goudy;
|
||||
font-size: 50px;
|
||||
line-height: 32px;
|
||||
color: $c-navy;
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user