Merge branch 'master' of https://gitea.arufalab.com/ImAlpha/Portfolio
This commit is contained in:
commit
a65779bb59
@ -15,7 +15,7 @@
|
||||
margin-top: 4rem;
|
||||
}
|
||||
.section__images{
|
||||
margin-top: 4rem;
|
||||
margin-top: 2rem;
|
||||
align-items: left;
|
||||
max-width: 50%;
|
||||
}
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user