WIP
This commit is contained in:
5
dist/app.css
vendored
5
dist/app.css
vendored
@@ -12219,6 +12219,11 @@ section.grid-callout .callout.first-callout {
|
||||
background-color: #063C5A;
|
||||
color: #fff;
|
||||
}
|
||||
section.grid-callout .callout.first-callout img {
|
||||
transform: scaleX(-1);
|
||||
width: 98px;
|
||||
height: 98px;
|
||||
}
|
||||
|
||||
.team-members .team-members-wrapper {
|
||||
display: flex;
|
||||
|
||||
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=beaf3f67e10829882543a7ca1873ab31"
|
||||
"/app.css": "/app.css?id=aea5f244dd48b66287cc4fd25e639af2"
|
||||
}
|
||||
|
||||
@@ -20,5 +20,11 @@ section.grid-callout {
|
||||
padding: 2rem 3rem 3rem;
|
||||
background-color: $c-navy;
|
||||
color: $c-white;
|
||||
|
||||
img {
|
||||
transform: scaleX(-1);
|
||||
width: 98px;
|
||||
height: 98px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user