fix: author partial styling - mobile
This commit is contained in:
parent
4a76e0d5c0
commit
6786cba443
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
<div class="mt-12 py-8 border-t-2 flex flex-col md:flex-row justify-between items-center">
|
||||
<div class="flex flex-col mb-4 md:mb-0 md:flex-row items-center flex-1">
|
||||
<div class="border border-teal-700 dark:border-teal-300 bg-white rounded-full overflow-hidden mr-4">
|
||||
<div class="border border-teal-700 dark:border-teal-300 bg-white rounded-full overflow-hidden mb-4 md:mb-0 md:mr-4">
|
||||
{% image './src/assets/img/avatar.webp', site.name, 'inline-block h-20 w-20', '80px' %}
|
||||
</div>
|
||||
<span class="text-lg font-medium">{{ site.name }}</span>
|
||||
|
|
Reference in a new issue