This commit is contained in:
2025-05-13 10:21:45 -07:00
parent 3fbe30a391
commit 92bf14b49a
3 changed files with 8 additions and 1 deletions

3
dist/app.css vendored
View File

@@ -12105,6 +12105,9 @@ footer.site-footer .left .footer-contact {
padding: 0; padding: 0;
margin: 0; margin: 0;
} }
footer.site-footer .left .footer-contact li {
line-height: 38px;
}
footer.site-footer .left .footer-contact a { footer.site-footer .left .footer-contact a {
color: #333333; color: #333333;
} }

View File

@@ -1,4 +1,4 @@
{ {
"/app.js": "/app.js?id=e87e05bd26822b1fc6dae092decfb838", "/app.js": "/app.js?id=e87e05bd26822b1fc6dae092decfb838",
"/app.css": "/app.css?id=143cbe8a4442d1905744a380f77fedb8" "/app.css": "/app.css?id=58cfc4e664611447e6f7e63210a10367"
} }

View File

@@ -10,6 +10,10 @@ footer.site-footer {
padding: 0; padding: 0;
margin: 0; margin: 0;
li {
line-height: 38px;
}
a { a {
color: $c-textGrey; color: $c-textGrey;
} }