This commit is contained in:
ImAlpha 2023-11-22 21:33:01 -08:00
commit a65779bb59
2 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@
margin-top: 4rem;
}
.section__images{
margin-top: 4rem;
margin-top: 2rem;
align-items: left;
max-width: 50%;
}

View File

@ -49,7 +49,7 @@ export default function Home() {
</div>
{/* Section 1 */}
<div className="flex md:flex-row flex-col md:h-[60svh] px-[24svw] w-full">
<div className="flex md:flex-row flex-col md:h-[60svh] px-[24svw] w-full space-x-10">
{/* Text-side */}
<div className="flex flex-col w-full gap-6 pt-14">
<h2 className="text-red-700 text-4xl font-bold ">
@ -85,7 +85,7 @@ export default function Home() {
/>
</div>
</div>
<div className=" w-full relative h-1/2 flex space-x-4">
<div className=" w-full relative h-1/2 flex space-x-4 pb-4">
<div className="w-full h-full relative ">
<Image
src="/IMG_2429.JPG"