WIP
This commit is contained in:
4
dist/app.css
vendored
4
dist/app.css
vendored
@@ -12128,6 +12128,10 @@ footer.sub-footer {
|
||||
padding: 1rem 0;
|
||||
font-size: 0.75rem;
|
||||
}
|
||||
footer.sub-footer a {
|
||||
color: #333333;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.intro_block, .single-team-member .team-member-top, .post-type-archive-team-member .team-members-top {
|
||||
background-size: cover;
|
||||
|
||||
2
dist/mix-manifest.json
vendored
2
dist/mix-manifest.json
vendored
@@ -1,4 +1,4 @@
|
||||
{
|
||||
"/app.js": "/app.js?id=e87e05bd26822b1fc6dae092decfb838",
|
||||
"/app.css": "/app.css?id=7d12ecf1ae4f9ae43cc10d486e7cdc7c"
|
||||
"/app.css": "/app.css?id=a9a241fa2d0c6d7df1aaeb94c49d6409"
|
||||
}
|
||||
|
||||
@@ -41,4 +41,9 @@ footer.sub-footer {
|
||||
background-color: $c-offWhiteLight;
|
||||
padding: 1rem 0;
|
||||
font-size: 0.75rem;
|
||||
|
||||
a {
|
||||
color: $c-textGrey;
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user