Skip to content
This repository has been archived by the owner on Jun 13, 2022. It is now read-only.

Commit

Permalink
chore(website): fix the author card layout style
Browse files Browse the repository at this point in the history
  • Loading branch information
juliomrqz committed Nov 17, 2018
1 parent 52be8c0 commit 28f5f79
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/website/components/blog/AuthorCard.vue
Expand Up @@ -21,7 +21,7 @@
</div>
<div
v-else-if="mode === 'advanced'"
class="flex flex-wrap items-center justify-center text-grey-darker"
class="flex flex-wrap flex-col items-center justify-center text-grey-darker sm:justify-start sm:flex-row"
>
<img
:src="post.author.avatar"
Expand Down
3 changes: 2 additions & 1 deletion packages/website/pages/blog/_slug.vue
Expand Up @@ -38,7 +38,8 @@
<div class="flex flex-wrap items-center justify-between mb-12">
<AuthorCard
:post="post"
mode="advanced" />
mode="advanced"
class="w-full sm:w-auto"/>
<div class="py-4 text-center sm:text-right w-full sm:w-auto">
<div class="mb-2 text-grey-darkest font-semibold">{{ $t('blog.share') }}</div>
<social-sharing
Expand Down

0 comments on commit 28f5f79

Please sign in to comment.