|
@@ -4647,13 +4647,16 @@ body.page .main-navigation {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+.entry .entry-content .a8c-posts-list-item__author {
|
|
|
+ margin-left: calc(.5 * 1rem);
|
|
|
+}
|
|
|
+
|
|
|
.entry .entry-content .a8c-posts-list-item__edit-link {
|
|
|
transition: background 150ms ease-in-out;
|
|
|
background: #8D6708;
|
|
|
border-radius: 3px;
|
|
|
font-family: "Poppins", sans-serif;
|
|
|
font-weight: 700;
|
|
|
- margin-right: calc(.5 * 1rem);
|
|
|
padding: .05rem .4rem;
|
|
|
}
|
|
|
|