Skip to content

Commit

Permalink
Fix horizontal scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
haseebzaki-07 committed Oct 20, 2024
1 parent 9d2d23f commit 9510594
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions chaosweb-v@2/src/components/navbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
margin: 0;
padding: 0;
box-sizing: border-box;
overflow-x: hidden;
}


Expand Down
2 changes: 1 addition & 1 deletion chaosweb-v@2/src/components/navbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const Navbar = () => {

return (
<>
<nav className="nav">
<nav className="nav ">
<img src={logo} alt="ChaosWeb Logo" id="chaos-logo" />
<h1 id="chaos-header">ChaosWeb - The Disorderly UI Experiment</h1>
</nav>
Expand Down

0 comments on commit 9510594

Please sign in to comment.