diff --git a/src/constants/code/Animations/imageTrailCode.ts b/src/constants/code/Animations/imageTrailCode.ts index 0721cc6..4d601a5 100644 --- a/src/constants/code/Animations/imageTrailCode.ts +++ b/src/constants/code/Animations/imageTrailCode.ts @@ -7,7 +7,6 @@ export const imageTrail: CodeObject = { usage: ` diff --git a/src/demo/Animations/CountUpDemo.vue b/src/demo/Animations/CountUpDemo.vue index f266efb..9a44c03 100644 --- a/src/demo/Animations/CountUpDemo.vue +++ b/src/demo/Animations/CountUpDemo.vue @@ -1,57 +1,55 @@ - - diff --git a/src/demo/Components/PixelCardDemo.vue b/src/demo/Components/PixelCardDemo.vue index 92027b6..3dc0d51 100644 --- a/src/demo/Components/PixelCardDemo.vue +++ b/src/demo/Components/PixelCardDemo.vue @@ -1,38 +1,34 @@ - - diff --git a/src/demo/TextAnimations/FuzzyTextDemo.vue b/src/demo/TextAnimations/FuzzyTextDemo.vue index 06a4fcc..5ee549a 100644 --- a/src/demo/TextAnimations/FuzzyTextDemo.vue +++ b/src/demo/TextAnimations/FuzzyTextDemo.vue @@ -1,75 +1,73 @@ - - diff --git a/src/demo/TextAnimations/ScrollRevealDemo.vue b/src/demo/TextAnimations/ScrollRevealDemo.vue index 65ab320..4e11965 100644 --- a/src/demo/TextAnimations/ScrollRevealDemo.vue +++ b/src/demo/TextAnimations/ScrollRevealDemo.vue @@ -181,8 +181,7 @@ const propData = [ } .scroll-content { - padding-top: 150vh !important; - padding-bottom: 50vh; + padding: 150vh 2em 50vh 2em; } .scroll-instruction { diff --git a/src/demo/TextAnimations/ShinyTextDemo.vue b/src/demo/TextAnimations/ShinyTextDemo.vue index 56c1b00..d0768b9 100644 --- a/src/demo/TextAnimations/ShinyTextDemo.vue +++ b/src/demo/TextAnimations/ShinyTextDemo.vue @@ -1,48 +1,46 @@