author mobile layout
This commit is contained in:
parent
92433bfb50
commit
895b30e1ab
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
<div class="mt-12 py-8 border-t-2 flex justify-between items-center">
|
<div class="mt-12 py-8 border-t-2 flex flex-col md:flex-row justify-between items-center">
|
||||||
<div class="flex items-center flex-1">
|
<div class="flex flex-col mb-4 md:mb-0 md:flex-row items-center flex-1">
|
||||||
<div class="h-20 w-20">
|
<div class="h-20 w-20">
|
||||||
<img class="inline-block h-20 w-20 mr-2" src="/assets/img/avatar.webp" alt={{ site.name }} loading="lazy" />
|
<img class="inline-block h-20 w-20 mr-2" src="/assets/img/avatar.webp" alt={{ site.name }} loading="lazy" />
|
||||||
</div>
|
</div>
|
||||||
|
|
Reference in a new issue