Fix:Added a div to keep navbar from overlapping the initial elements
This commit is contained in:
@@ -38,6 +38,7 @@ function App() {
|
|||||||
<>
|
<>
|
||||||
<div className="w-full h-auto flex-col relative">
|
<div className="w-full h-auto flex-col relative">
|
||||||
<Navbar2 />
|
<Navbar2 />
|
||||||
|
<div className="pt-20"></div>
|
||||||
<Outlet />
|
<Outlet />
|
||||||
<div
|
<div
|
||||||
className={`${
|
className={`${
|
||||||
|
|||||||
Reference in New Issue
Block a user