Skip to content

Commit

Permalink
Update profile picture size and margin (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
datanetai authored Dec 15, 2023
1 parent 647bfec commit f52e1ce
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/views/HomeView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -44,20 +44,22 @@

<div class="hidden md:flex">
<div class="sm:px-0 md:px-20">
<div class="rounded-full bg-blue-500 overflow-hidden">
<img
class="
w-58
h-58
w-32
h-32
ml-4
mt-24
rounded-full
object-cover
pointer-events-none
"
:src="require('../assets/images/umer-removebg.png')"
alt="Muhammad Umer Farooq"
style="margin-top: 16px;"
/>
</div>
</div>
</div>
</section>

Expand Down

0 comments on commit f52e1ce

Please sign in to comment.