Skip to content

Commit

Permalink
about social responsiveness
Browse files Browse the repository at this point in the history
  • Loading branch information
aibiansari committed Aug 25, 2024
1 parent dbf2be3 commit 7343e6c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/ui/about.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -135,20 +135,20 @@ const About = ({ showAlert, onHandleShowAlert, onHandleClearHistory }: any) => {
</section>

<section className="w-full max-w-xl mx-auto p-6 mt-4 bg-white rounded-lg shadow-inner">
<div className="flex items-center space-x-6">
<div className="flex flex-col md:flex-row items-center gap-4">
<img
src={avatar}
alt="Abdullah Ansari"
className="w-24 h-24 rounded-full shadow-black/40 shadow-md"
/>
<div className="-translate-y-1">
<h2 className="text-2xl md:text-3xl text-left font-semibold">
<div className="-translate-y-1 flex flex-col items-center md:items-start">
<h2 className="text-3xl text-left font-semibold">
Abdullah Ansari
</h2>
<p className="text-gray-600 text-left">
Web Developer & Designer
</p>
<div className="flex space-x-4 mt-2">
<div className="flex space-x-4 mt-4 md:mt-2">
<a
href="https://github.com/aibiansari"
target="_blank"
Expand Down

0 comments on commit 7343e6c

Please sign in to comment.