|
@@ -972,7 +972,8 @@ footer {
|
|
|
.post-thumbnail > *,
|
|
|
.page-content > *,
|
|
|
.comment-content > *,
|
|
|
-.author-bio > * {
|
|
|
+.author-bio > *,
|
|
|
+.widget-area > .widget > * {
|
|
|
margin-top: 16px;
|
|
|
margin-bottom: 16px;
|
|
|
}
|
|
@@ -982,7 +983,8 @@ footer {
|
|
|
.post-thumbnail > *:first-child,
|
|
|
.page-content > *:first-child,
|
|
|
.comment-content > *:first-child,
|
|
|
-.author-bio > *:first-child {
|
|
|
+.author-bio > *:first-child,
|
|
|
+.widget-area > .widget > *:first-child {
|
|
|
margin-top: 0;
|
|
|
}
|
|
|
|
|
@@ -991,7 +993,8 @@ footer {
|
|
|
.post-thumbnail > *:last-child,
|
|
|
.page-content > *:last-child,
|
|
|
.comment-content > *:last-child,
|
|
|
-.author-bio > *:last-child {
|
|
|
+.author-bio > *:last-child,
|
|
|
+.widget-area > .widget > *:last-child {
|
|
|
margin-bottom: 0;
|
|
|
}
|
|
|
|