We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcc35ee commit 6fcf179Copy full SHA for 6fcf179
1 file changed
desktop-app/src/Components/Home/Response/animation.css
@@ -45,8 +45,8 @@
45
width: var(--size);
46
height: var(--size);
47
position: absolute;
48
- left: 50%; /* New property */
49
- transform: translateX(-50%); /* New property */
+ left: 50%;
+ transform: translateX(-50%);
50
border-radius: 50%;
51
display: grid;
52
place-items: center;
@@ -79,6 +79,6 @@
79
border-radius: 0.5vw;
80
cursor: pointer;
81
z-index: 5;
82
83
84
}
0 commit comments