|
@@ -107,10 +107,7 @@ img {
|
|
|
}
|
|
|
|
|
|
.site-header {
|
|
|
- align-items: center;
|
|
|
- flex-wrap: wrap;
|
|
|
justify-content: space-between;
|
|
|
- display: flex;
|
|
|
overflow: inherit;
|
|
|
}
|
|
|
|
|
@@ -814,16 +811,11 @@ p.has-background {
|
|
|
margin-bottom: unset;
|
|
|
}
|
|
|
|
|
|
-.post-meta {
|
|
|
- display: flex;
|
|
|
-}
|
|
|
-
|
|
|
.post-meta .wp-block-post-author,
|
|
|
.post-meta .wp-block-post-date,
|
|
|
.post-meta .taxonomy-post_tag,
|
|
|
.post-meta .taxonomy-category {
|
|
|
display: flex;
|
|
|
- margin-right: calc(2 * var(--wp--custom--margin--baseline));
|
|
|
}
|
|
|
|
|
|
.post-meta .wp-block-post-author:before,
|