Skip to content

Commit

Permalink
Change the position of count display from bottom to top of the bar
Browse files Browse the repository at this point in the history
  • Loading branch information
do0ori committed Dec 15, 2023
1 parent 21e9450 commit d03eeae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ body {
#count-display {
display: none;
position: absolute;
top: 30px;
top: -40px;
right: 0;
transform: translateX(50%);
background-color: #333;
Expand Down

0 comments on commit d03eeae

Please sign in to comment.