|
@@ -2381,12 +2381,12 @@ table th,
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-.main-navigation > div > ul > li:first-of-type {
|
|
|
- margin-left: -16px;
|
|
|
+.main-navigation > div > ul > li:first-of-type > a {
|
|
|
+ padding-left: 0;
|
|
|
}
|
|
|
|
|
|
-.main-navigation > div > ul > li:last-of-type {
|
|
|
- margin-right: -16px;
|
|
|
+.main-navigation > div > ul > li:last-of-type > a {
|
|
|
+ padding-right: 0;
|
|
|
}
|
|
|
|
|
|
.main-navigation > div > ul > li > a {
|
|
@@ -2494,12 +2494,12 @@ table th,
|
|
|
margin: 0;
|
|
|
}
|
|
|
|
|
|
-.social-navigation > div > ul > li:first-of-type {
|
|
|
- margin-left: calc(-0.5 * 16px);
|
|
|
+.social-navigation > div > ul > li:first-of-type > a {
|
|
|
+ padding-left: 0;
|
|
|
}
|
|
|
|
|
|
-.social-navigation > div > ul > li:last-of-type {
|
|
|
- margin-right: calc(-0.5 * 16px);
|
|
|
+.social-navigation > div > ul > li:last-of-type > a {
|
|
|
+ padding-right: 0;
|
|
|
}
|
|
|
|
|
|
.social-navigation a {
|
|
@@ -2597,12 +2597,12 @@ table th,
|
|
|
display: inline;
|
|
|
}
|
|
|
|
|
|
-.footer-navigation .footer-menu > li:first-of-type {
|
|
|
- margin-left: -16px;
|
|
|
+.footer-navigation .footer-menu > li:first-of-type > a {
|
|
|
+ padding-left: 0;
|
|
|
}
|
|
|
|
|
|
.footer-navigation .footer-menu > li:last-of-type {
|
|
|
- margin-right: -16px;
|
|
|
+ padding-right: 0;
|
|
|
}
|
|
|
|
|
|
.footer-navigation .footer-menu a {
|