Skip to content

Commit

Permalink
docs: fix page overflow (#2332)
Browse files Browse the repository at this point in the history
  • Loading branch information
nobkd committed Sep 21, 2023
1 parent 5a48392 commit 241771d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,7 @@ const { format: formatNumber } = Intl.NumberFormat('en-GB', { notation: 'compact
.gradient {
position: absolute;
top: 25vh;
left: 0;
width: 100%;
height: 30vh;
background: radial-gradient(50% 50% at 50% 50%, #00DC82 0%, rgba(0, 220, 130, 0) 100%);
Expand Down

0 comments on commit 241771d

Please sign in to comment.