style changes
This commit is contained in:
@@ -10,10 +10,12 @@ export default function HomeLayout(){
|
||||
<>
|
||||
{/* Example usage of imported components, adjust as needed */}
|
||||
<HomeNav />
|
||||
<Home />
|
||||
<ContactMeForm />
|
||||
<Portfolio />
|
||||
<Home /> {/*page*/}
|
||||
<Drone />
|
||||
<Portfolio />
|
||||
<div style={{ margin: "6em auto", marginTop: "15em", maxWidth: "80vw" }}>
|
||||
<ContactMeForm />
|
||||
</div>
|
||||
<Footer />
|
||||
</>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user