Fixing section order

This commit is contained in:
Frank
2023-10-30 23:30:01 -06:00
parent 9fc0432aba
commit 81cde096a8

View File

@@ -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>