|
@@ -3429,12 +3429,14 @@ a:hover, a:focus {
|
|
|
}
|
|
|
|
|
|
.main-navigation > div > ul > li:first-of-type,
|
|
|
-.social-navigation > div > ul > li:first-of-type {
|
|
|
+.social-navigation > div > ul > li:first-of-type,
|
|
|
+.footer-navigation .footer-menu > li:first-of-type {
|
|
|
margin-left: 0;
|
|
|
}
|
|
|
|
|
|
.main-navigation > div > ul > li:last-of-type,
|
|
|
-.social-navigation > div > ul > li:last-of-type {
|
|
|
+.social-navigation > div > ul > li:last-of-type,
|
|
|
+.footer-navigation .footer-menu > li:last-of-type {
|
|
|
margin-right: 0;
|
|
|
}
|
|
|
|