WIP
This commit is contained in:
5
dist/app.css
vendored
5
dist/app.css
vendored
@@ -12116,6 +12116,11 @@ a {
|
||||
}
|
||||
.team-member .bio-wrapper .right {
|
||||
padding-top: 4rem;
|
||||
padding-right: 2rem;
|
||||
padding-bottom: 8rem;
|
||||
}
|
||||
.team-member .bio-wrapper .right strong {
|
||||
color: #063C5A;
|
||||
}
|
||||
.team-member .bio-wrapper .right h2, .team-member .bio-wrapper .right .h2 {
|
||||
font-size: 50px;
|
||||
|
||||
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=7742f2319a0bec5b56ef6194c7f03b1c"
|
||||
"/app.css": "/app.css?id=e433c9af688d3f0ec1984ce32a154ea6"
|
||||
}
|
||||
|
||||
@@ -68,6 +68,12 @@
|
||||
|
||||
.right {
|
||||
padding-top: 4rem;
|
||||
padding-right: 2rem;
|
||||
padding-bottom: 8rem;
|
||||
|
||||
strong {
|
||||
color: $c-navy;
|
||||
}
|
||||
|
||||
h2 {
|
||||
@extend .goudy;
|
||||
|
||||
Reference in New Issue
Block a user