Skip to content

Commit

Permalink
Fixed header position to be centered
Browse files Browse the repository at this point in the history
  • Loading branch information
jiajunxd committed Aug 16, 2023
1 parent beecf65 commit 4c8a2b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sudoku-app/src/Header.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
function Header() {
return (
<div className="Header">
<div style={{ padding: 20 }}></div>
<h1>Sagedoku</h1>
<button className="toggle-theme"></button>
</div>
Expand Down

0 comments on commit 4c8a2b2

Please sign in to comment.