|
@@ -2969,10 +2969,18 @@ body:not(.fse-enabled) .footer-menu a {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+.comment-meta .comment-author {
|
|
|
|
+ line-height: 1.125;
|
|
|
|
+ margin-bottom: 4px;
|
|
|
|
+ padding-left: 40px;
|
|
|
|
+}
|
|
|
|
+
|
|
@media only screen and (min-width: 560px) {
|
|
@media only screen and (min-width: 560px) {
|
|
.comment-meta .comment-author {
|
|
.comment-meta .comment-author {
|
|
display: flex;
|
|
display: flex;
|
|
align-items: center;
|
|
align-items: center;
|
|
|
|
+ margin-bottom: 0;
|
|
|
|
+ padding-left: 0;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -2993,6 +3001,13 @@ body:not(.fse-enabled) .footer-menu a {
|
|
|
|
|
|
.comment-meta .comment-metadata {
|
|
.comment-meta .comment-metadata {
|
|
color: #444444;
|
|
color: #444444;
|
|
|
|
+ padding-left: 40px;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+@media only screen and (min-width: 560px) {
|
|
|
|
+ .comment-meta .comment-metadata {
|
|
|
|
+ padding-left: 0;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
|
|
|
|
.comment-meta .comment-metadata a {
|
|
.comment-meta .comment-metadata a {
|