Fixing section order
This commit is contained in:
@@ -102,7 +102,7 @@ export default function Freelance(): JSX.Element {
|
|||||||
width={500}
|
width={500}
|
||||||
height={500}
|
height={500}
|
||||||
/>
|
/>
|
||||||
<div className="md:w-1/2">
|
<div className="md:w-1/2 order-1 md:order-2">
|
||||||
<h2 className="font-bold font-sans text-4xl mb-4">
|
<h2 className="font-bold font-sans text-4xl mb-4">
|
||||||
Straight to implementation!
|
Straight to implementation!
|
||||||
</h2>
|
</h2>
|
||||||
|
|||||||
Reference in New Issue
Block a user