Skip to content

Commit 6fcf179

Browse files
committed
test commit
1 parent fcc35ee commit 6fcf179

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

desktop-app/src/Components/Home/Response/animation.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@
4545
width: var(--size);
4646
height: var(--size);
4747
position: absolute;
48-
left: 50%; /* New property */
49-
transform: translateX(-50%); /* New property */
48+
left: 50%;
49+
transform: translateX(-50%);
5050
border-radius: 50%;
5151
display: grid;
5252
place-items: center;
@@ -79,6 +79,6 @@
7979
border-radius: 0.5vw;
8080
cursor: pointer;
8181
z-index: 5;
82-
left: 50%; /* New property */
83-
transform: translateX(-50%); /* New property */
82+
left: 50%;
83+
transform: translateX(-50%);
8484
}

0 commit comments

Comments
 (0)