Skip to content

Commit

Permalink
Apps Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan03ant committed Dec 31, 2023
1 parent 15d41b9 commit 425d4e3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/App.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
body {
background-color: rgb(7, 11, 28);
}



.custom-hover:hover::before {
Expand All @@ -10,7 +11,7 @@ body {
}

.sidebar, .nav{
position: fixed;

width: 200px;
}

Expand All @@ -36,4 +37,3 @@ body {
background: #555;
}


4 changes: 2 additions & 2 deletions src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ function App() {
return (
<Router>
<NavBar/>
<div className="flex h-screen overflow-hidden">
<div className="flex flex-col sm:flex-row h-full overflow-hidden">
<SideBar/>

<div className="flex-grow overflow-y-auto">
<div className="flex-grow overflow-y-auto w-full">
<Routes>
<Route path='/' element={<Home/>} />
<Route path='/projects' element={<Projects />} />
Expand Down

0 comments on commit 425d4e3

Please sign in to comment.