Skip to content

Commit

Permalink
Merge pull request #22 from mvhacks/fix-nav
Browse files Browse the repository at this point in the history
fix nav bar
  • Loading branch information
emilymarkova authored Jan 1, 2025
2 parents 3edde4f + 4508078 commit 4d4bbf8
Show file tree
Hide file tree
Showing 3 changed files with 524 additions and 69 deletions.
3 changes: 2 additions & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,11 @@ function App() {
<div style={{
backgroundImage: `url(${background})`,
margin: "0px",
padding:"0px",
padding: "0px",
backgroundPosition: 'center',
width: '100%',
backgroundRepeat: 'repeat-y',
backgroundSize: 'contain',

}}>
<Navbar onOptionSelect={handleOptionChange} />
Expand Down
Loading

0 comments on commit 4d4bbf8

Please sign in to comment.