@@ -1067,11 +1067,11 @@
}
.a8c-posts-list-item__title {
- font-size: $font__size-md;
+ font-size: $font__size-lg;
margin: 0;
@include media(tablet) {
- font-size: $font__size-lg;
+ font-size: $font__size-xl;
@@ -4460,14 +4460,17 @@ body.page .main-navigation {
font-weight: 500;
+.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: #c43d80;
border-radius: 3px;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
font-weight: 700;
- margin-right: calc(.5 * 1rem);
- padding: .1rem .4rem;
+ padding: .05rem .4rem;
.entry .entry-content .a8c-posts-list-item__edit-link:hover, .entry .entry-content .a8c-posts-list-item__edit-link:focus {
@@ -4456,13 +4456,13 @@ body.page .main-navigation {
.entry .entry-content .a8c-posts-list-item__title {
- font-size: 1.125em;
+ font-size: 1.6875em;
@media only screen and (min-width: 768px) {
- font-size: 1.6875em;
+ font-size: 2.25em;