|
@@ -42,12 +42,20 @@
|
|
|
color: var(--wp--preset--color--background);
|
|
|
}
|
|
|
|
|
|
+.wp-block-post-author__content {
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ justify-content: center;
|
|
|
+}
|
|
|
+
|
|
|
.wp-block-post-author__name {
|
|
|
font-weight: 700;
|
|
|
+ line-height: 1;
|
|
|
+ margin-bottom: 0.5em;
|
|
|
}
|
|
|
|
|
|
.wp-block-post-author__bio {
|
|
|
- margin-top: 0;
|
|
|
+ margin: 0;
|
|
|
font-size: var(--wp--preset--font-size--small);
|
|
|
}
|
|
|
|