|
@@ -86,10 +86,15 @@
|
|
|
}
|
|
|
|
|
|
.comment-author {
|
|
|
+ line-height: #{map-deep-get($config-global, "font", "line-height", "heading")};
|
|
|
+ margin-bottom: #{.25 * map-deep-get($config-global, "spacing", "unit")};
|
|
|
+ padding-right: #{2.5 * map-deep-get($config-global, "spacing", "horizontal")};
|
|
|
|
|
|
@include media(mobile) {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
+ margin-bottom: 0;
|
|
|
+ padding-right: 0;
|
|
|
}
|
|
|
|
|
|
.avatar {
|
|
@@ -107,8 +112,12 @@
|
|
|
}
|
|
|
|
|
|
.comment-metadata {
|
|
|
-
|
|
|
color: #{map-deep-get($config-global, "color", "foreground", "default")};
|
|
|
+ padding-right: #{2.5 * map-deep-get($config-global, "spacing", "horizontal")};
|
|
|
+
|
|
|
+ @include media(mobile) {
|
|
|
+ padding-right: 0;
|
|
|
+ }
|
|
|
|
|
|
a {
|
|
|
color: currentColor;
|