laptop push
This commit is contained in:
		| @@ -5,16 +5,14 @@ import Footer from "@/components/Footer"; | ||||
| export default function Layout({ children }) { | ||||
|   return ( | ||||
|     <div className="container"> | ||||
|       <div | ||||
|         style={{ | ||||
|           position: "relative", | ||||
|           width: "100%", | ||||
|           height: "70px", | ||||
|           backgroundColor: "transparent", | ||||
|         }} | ||||
|       /> | ||||
|       <Navbar></Navbar> | ||||
|       <main>{children}</main> | ||||
|       <main style={{ | ||||
|         backgroundColor: "red", | ||||
|         width: "100%", | ||||
|         height: "auto", | ||||
|         position: "relative", | ||||
|         marginTop: "70px", | ||||
|       }}>{children}</main> | ||||
|       <Footer></Footer> | ||||
|     </div> | ||||
|   ); | ||||
|   | ||||
| @@ -21,6 +21,8 @@ | ||||
|     overflow: hidden; | ||||
|     margin: 0px; | ||||
|     padding: 0px; | ||||
|     z-index: 1000; | ||||
|     transition: 0.5s; | ||||
| } | ||||
|  | ||||
| .navbar-logo { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user