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

Commit

Permalink
fix(website): fix avatar position
Browse files Browse the repository at this point in the history
  • Loading branch information
juliomrqz committed Mar 20, 2019
1 parent 274cd24 commit 821deea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/website/components/blog/AuthorCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
:height="40"
/>

<div class="flex flex-col mx-4 mt-2">
<div class="flex flex-col mx-4 mt-2 sm:mt-0">
<span class="font-semibold mb-1 text-center sm:text-left">
<a
:href="`https://www.bazzite.com/blog/author/${post.author.username}`"
Expand Down

0 comments on commit 821deea

Please sign in to comment.