Skip to content

Commit

Permalink
refactor: Update position of button in styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
MrSco committed Aug 4, 2024
1 parent 4745d6f commit 4a7c16d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions static/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ body {
font-size: 30px;
cursor: pointer;
position: absolute;
left: 0;
top: 0;
left: 5px;
top: 5px;
}

.sidenav a.active {
Expand Down

0 comments on commit 4a7c16d

Please sign in to comment.