Skip to content

Commit

Permalink
Small doc site fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
xavierfoucrier committed May 9, 2022
1 parent 287927e commit 4bf5994
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ zeroclick.init({
rotation: 360,
strokeDashoffset: 0,
strokeDasharray: length,
duration: 1.2,
duration: 0.7,
onComplete: () => {
resolve();
},
Expand Down
8 changes: 8 additions & 0 deletions docs/src/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,14 @@ h1 {
margin: 40px 0 0;
}

.note {
padding-left: 0;

&::before {
position: relative;
}
}

.github {
&-button {
display: none;
Expand Down

0 comments on commit 4bf5994

Please sign in to comment.