This commit is contained in:
2025-05-13 10:20:46 -07:00
parent 1c25399993
commit 3fbe30a391
3 changed files with 19 additions and 1 deletions
+8
View File
@@ -12100,6 +12100,14 @@ footer.site-footer {
footer.site-footer .left { footer.site-footer .left {
max-width: 436px; max-width: 436px;
} }
footer.site-footer .left .footer-contact {
list-style-type: none;
padding: 0;
margin: 0;
}
footer.site-footer .left .footer-contact a {
color: #333333;
}
footer.site-footer .right ul#menu-footer-menu { footer.site-footer .right ul#menu-footer-menu {
padding: 0; padding: 0;
margin: 0; margin: 0;
+1 -1
View File
@@ -1,4 +1,4 @@
{ {
"/app.js": "/app.js?id=e87e05bd26822b1fc6dae092decfb838", "/app.js": "/app.js?id=e87e05bd26822b1fc6dae092decfb838",
"/app.css": "/app.css?id=5e173ee1f8a497d5c9ffa2042c32bba5" "/app.css": "/app.css?id=143cbe8a4442d1905744a380f77fedb8"
} }
+10
View File
@@ -4,6 +4,16 @@ footer.site-footer {
.left { .left {
max-width: 436px; max-width: 436px;
.footer-contact {
list-style-type: none;
padding: 0;
margin: 0;
a {
color: $c-textGrey;
}
}
} }
.right { .right {