Skip to content

Commit

Permalink
Update file (possible bugs)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpcgt committed Mar 21, 2024
1 parent c7e326c commit de18025
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const App = () => {
return (
<Router>
<Analytics />
<div className="nav">
<div className="nav, nav ul">
<NavBar links={links} />
<Routes>
<Route path="/" element={<Home/>} />
Expand Down
2 changes: 1 addition & 1 deletion src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ h1 {
flex-wrap: wrap;
}

nav ul {
.nav ul {
display: flex;
flex: 1 1 40rem;
justify-content: space-around;
Expand Down

0 comments on commit de18025

Please sign in to comment.