Skip to content

Commit 2e992c4

Browse files
authored
fix(website): slow and widen CTA orbit (#40)
1 parent 8b0db63 commit 2e992c4

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

website/theme/index.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -299,8 +299,8 @@ body {
299299
position: absolute;
300300
top: 0;
301301
left: 50%;
302-
width: 30px;
303-
height: 3px;
302+
width: 42px;
303+
height: 4px;
304304
border-radius: 999px;
305305
background: linear-gradient(
306306
90deg,
@@ -321,9 +321,9 @@ body {
321321
.a3s-button-comet::after {
322322
position: absolute;
323323
top: 0;
324-
right: 17%;
325-
width: 5px;
326-
height: 3px;
324+
right: 15%;
325+
width: 7px;
326+
height: 4px;
327327
border-radius: inherit;
328328
background: #fff;
329329
box-shadow: 0 0 5px #fff;
@@ -332,7 +332,7 @@ body {
332332

333333
.a3s-button--primary:hover .a3s-button-comet,
334334
.a3s-button--primary:focus-visible .a3s-button-comet {
335-
animation: a3s-button-comet-orbit 1.35s linear infinite;
335+
animation: a3s-button-comet-orbit 2.2s linear infinite;
336336
}
337337

338338
.a3s-button--primary:focus-visible {

0 commit comments

Comments
 (0)