Skip to content

Commit d03eeae

Browse files
committed
Change the position of count display from bottom to top of the bar
1 parent 21e9450 commit d03eeae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ body {
2828
#count-display {
2929
display: none;
3030
position: absolute;
31-
top: 30px;
31+
top: -40px;
3232
right: 0;
3333
transform: translateX(50%);
3434
background-color: #333;

0 commit comments

Comments
 (0)