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 01567f2 commit 51d8231Copy full SHA for 51d8231
components/IconWithText.vue
@@ -28,7 +28,7 @@ defineProps({
28
29
<style lang="scss">
30
.rounded-icon {
31
- @apply bg-wit-blue-500;
+ @apply bg-wit-blue-500 transition-colors;
32
}
33
.icon-container:hover > .rounded-icon {
34
@apply bg-wit-blue-300;
components/sections/CoinSection.vue
@@ -8,7 +8,7 @@
8
<template #top>
9
<RotateOnScroll
10
section-id="stake"
11
- start-position="-50% top"
+ start-position="-100% top"
12
end-position="+=200%"
13
>
14
<BlueStarIcon class="w-auto h-[400px]" />
0 commit comments