right-justify '[Read More]' link

This commit is contained in:
Tom Hoover 2016-09-25 11:41:19 -05:00
parent ecb7e949e7
commit 6c1ba17ca7

View File

@ -318,6 +318,7 @@ footer .theme-by {
} }
.post-preview .post-read-more { .post-preview .post-read-more {
font-weight: 800; font-weight: 800;
float: right;
} }
@media only screen and (min-width: 768px) { @media only screen and (min-width: 768px) {