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