WIP
This commit is contained in:
8
dist/app.css
vendored
8
dist/app.css
vendored
@@ -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;
|
||||||
|
|||||||
2
dist/mix-manifest.json
vendored
2
dist/mix-manifest.json
vendored
@@ -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"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user