Lashtw commited on
Commit
1662a78
·
verified ·
1 Parent(s): 449276f

Upload 9 files

Browse files
Files changed (1) hide show
  1. src/views/LandingView.js +2 -2
src/views/LandingView.js CHANGED
@@ -14,13 +14,13 @@ export function renderLandingView() {
14
  <div class="min-h-screen flex flex-col items-center justify-center p-4 relative overflow-hidden">
15
 
16
  <!-- Decor Monsters (Desktop Only) -->
17
- <div class="absolute bottom-10 left-10 w-48 h-48 hidden lg:block opacity-50 pointer-events-none"
18
  style="animation: float 6s ease-in-out infinite;">
19
  <div class="w-full h-full drop-shadow-[0_0_15px_rgba(34,211,238,0.5)]">
20
  ${svgLeft}
21
  </div>
22
  </div>
23
- <div class="absolute bottom-10 right-10 w-48 h-48 hidden lg:block opacity-50 pointer-events-none"
24
  style="animation: float 8s ease-in-out infinite reverse;">
25
  <div class="w-full h-full drop-shadow-[0_0_15px_rgba(59,130,246,0.5)]">
26
  ${svgRight}
 
14
  <div class="min-h-screen flex flex-col items-center justify-center p-4 relative overflow-hidden">
15
 
16
  <!-- Decor Monsters (Desktop Only) -->
17
+ <div class="absolute bottom-10 left-10 w-48 h-48 hidden lg:block pointer-events-none"
18
  style="animation: float 6s ease-in-out infinite;">
19
  <div class="w-full h-full drop-shadow-[0_0_15px_rgba(34,211,238,0.5)]">
20
  ${svgLeft}
21
  </div>
22
  </div>
23
+ <div class="absolute bottom-10 right-10 w-48 h-48 hidden lg:block pointer-events-none"
24
  style="animation: float 8s ease-in-out infinite reverse;">
25
  <div class="w-full h-full drop-shadow-[0_0_15px_rgba(59,130,246,0.5)]">
26
  ${svgRight}