Skip to content

Commit

Permalink
On mobile, themeToggle is smaller and closer to the corner.
Browse files Browse the repository at this point in the history
  • Loading branch information
ch3rryblossom committed Sep 14, 2024
1 parent 35ede4f commit 933d314
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,15 @@
.nav {
text-align: center;
}
#themeToggle {
position: fixed;
top: 15px;
right: 20px;
cursor: pointer;
width: 15px;
height: 15px;
background-size: cover;
}
}
#nyancatToggle {
padding: 8px 8px;
Expand Down

0 comments on commit 933d314

Please sign in to comment.