|
@@ -1449,7 +1449,7 @@ img {
|
|
|
}
|
|
|
|
|
|
.wp-block-latest-comments {
|
|
|
- margin-right: 0;
|
|
|
+ padding-right: 0;
|
|
|
}
|
|
|
|
|
|
.wp-block-latest-comments .wp-block-latest-comments__comment {
|
|
@@ -1484,7 +1484,7 @@ img {
|
|
|
}
|
|
|
|
|
|
.wp-block-latest-posts {
|
|
|
- margin-right: 0;
|
|
|
+ padding-right: 0;
|
|
|
}
|
|
|
|
|
|
.wp-block-latest-posts > li {
|
|
@@ -2375,10 +2375,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;
|
|
@@ -2534,6 +2539,7 @@ table th,
|
|
|
display: flex;
|
|
|
list-style: none;
|
|
|
margin: 0;
|
|
|
+ padding-right: 0;
|
|
|
}
|
|
|
|
|
|
.social-navigation > div > ul > li:first-of-type > a {
|
|
@@ -2885,7 +2891,7 @@ table th,
|
|
|
*/
|
|
|
.comment-list {
|
|
|
border-bottom: 1px solid #DDDDDD;
|
|
|
- margin-right: 0;
|
|
|
+ padding-right: 0;
|
|
|
list-style: none;
|
|
|
}
|
|
|
|
|
@@ -2897,7 +2903,7 @@ table th,
|
|
|
|
|
|
.children {
|
|
|
list-style: none;
|
|
|
- margin-right: 16px;
|
|
|
+ padding-right: 16px;
|
|
|
}
|
|
|
|
|
|
.children > li {
|
|
@@ -2908,7 +2914,7 @@ table th,
|
|
|
|
|
|
@media only screen and (min-width: 560px) {
|
|
|
.children {
|
|
|
- margin-right: calc(2 * 16px);
|
|
|
+ padding-right: 32px;
|
|
|
}
|
|
|
}
|
|
|
|