|
@@ -1453,7 +1453,7 @@ img {
|
|
|
}
|
|
|
|
|
|
.wp-block-latest-comments {
|
|
|
- margin-right: 0;
|
|
|
+ padding-right: 0;
|
|
|
}
|
|
|
|
|
|
.wp-block-latest-comments .wp-block-latest-comments__comment {
|
|
@@ -1488,7 +1488,7 @@ img {
|
|
|
}
|
|
|
|
|
|
.wp-block-latest-posts {
|
|
|
- margin-right: 0;
|
|
|
+ padding-right: 0;
|
|
|
}
|
|
|
|
|
|
.wp-block-latest-posts > li {
|
|
@@ -2379,10 +2379,15 @@ table th,
|
|
|
list-style: none;
|
|
|
margin: 0;
|
|
|
max-width: none;
|
|
|
+ padding-right: 0;
|
|
|
position: relative;
|
|
|
/* Sub-menus Flyout */
|
|
|
}
|
|
|
|
|
|
+.main-navigation > div > ul ul {
|
|
|
+ padding-right: 0;
|
|
|
+}
|
|
|
+
|
|
|
.main-navigation > div > ul li {
|
|
|
display: block;
|
|
|
position: relative;
|
|
@@ -2538,6 +2543,7 @@ table th,
|
|
|
display: flex;
|
|
|
list-style: none;
|
|
|
margin: 0;
|
|
|
+ padding-right: 0;
|
|
|
}
|
|
|
|
|
|
.social-navigation > div > ul > li:first-of-type > a {
|
|
@@ -2889,7 +2895,7 @@ table th,
|
|
|
*/
|
|
|
.comment-list {
|
|
|
border-bottom: 1px solid #DDDDDD;
|
|
|
- margin-right: 0;
|
|
|
+ padding-right: 0;
|
|
|
list-style: none;
|
|
|
}
|
|
|
|
|
@@ -2901,7 +2907,7 @@ table th,
|
|
|
|
|
|
.children {
|
|
|
list-style: none;
|
|
|
- margin-right: 16px;
|
|
|
+ padding-right: 16px;
|
|
|
}
|
|
|
|
|
|
.children > li {
|
|
@@ -2912,7 +2918,7 @@ table th,
|
|
|
|
|
|
@media only screen and (min-width: 560px) {
|
|
|
.children {
|
|
|
- margin-right: calc(2 * 16px);
|
|
|
+ padding-right: 32px;
|
|
|
}
|
|
|
}
|
|
|
|