diff --git a/sass/screen.scss b/sass/screen.scss index a6a868e..436d6f8 100644 --- a/sass/screen.scss +++ b/sass/screen.scss @@ -8,10 +8,6 @@ img { max-width: 100%; } -.post-footer .author { - margin-right: 100px; -} - .author { font-family: "Open Sans",sans-serif; display: inline-block; @@ -26,7 +22,9 @@ img { .vcard { color: #9EABB3; + display: block; padding: 10px; font-size: 1.5rem; + float: left; } } diff --git a/source/_includes/post/author.html b/source/_includes/post/author.html index 0a27b5f..03bef3c 100644 --- a/source/_includes/post/author.html +++ b/source/_includes/post/author.html @@ -15,8 +15,6 @@ {% endif %} {% if author %} -
- {{ author }} -
+ {{ author }} {% endif %}