Skip to content

Commit 203779d

Browse files
committed
x
1 parent 630765f commit 203779d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/components/About.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ const About: React.FC = () => {
1111

1212
return (
1313
<section className="py-12">
14-
<div className="container mx-auto flex flex-wrap items-center gap-12 lg:gap-0">
15-
<article className="w-full px-6 lg:w-1/2">
14+
<div className="container mx-auto flex flex-wrap items-center gap-12 xl:flex-nowrap">
15+
<article className="order-2 w-full px-6 text-center xl:order-1 xl:w-1/2 xl:text-left">
1616
<header>
1717
<h3 className="text-4xl font-extrabold text-gray-800">About Me</h3>
1818
</header>
@@ -28,7 +28,7 @@ const About: React.FC = () => {
2828
<h4 className="text-xl font-semibold text-gray-800">
2929
Let's connect
3030
</h4>
31-
<div className="mt-4 flex gap-4">
31+
<div className="mt-4 flex justify-center gap-4 xl:justify-start">
3232
<a
3333
href="https://linkedin.com/in/samhillier"
3434
target="_blank"
@@ -50,11 +50,11 @@ const About: React.FC = () => {
5050
</div>
5151
</footer>
5252
</article>
53-
<aside className="flex w-full flex-col items-center px-6 lg:w-1/2">
53+
<aside className="order-1 flex w-full flex-col items-center px-6 xl:order-2 xl:w-1/2">
5454
<img
5555
src="https://raw.githubusercontent.com/SamHillierDev/samhillier.dev/main/src/assets/images/sam-hillier.jpg"
5656
alt="Sam Hillier"
57-
className="h-48 w-48 rounded-full shadow-lg lg:h-64 lg:w-64"
57+
className="h-50 w-50 rounded-full shadow-lg"
5858
/>
5959
<div className="mt-8 w-full">
6060
<Certifications />

0 commit comments

Comments
 (0)