File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
<script setup lang="ts">
2
2
function reveal(event : any ) {
3
3
;(event .target as HTMLElement ).classList .toggle (' opacity-0' )
4
+ ;(event .target as HTMLElement ).classList .add (' opacity-80' )
4
5
}
5
6
</script >
6
7
@@ -24,7 +25,7 @@ function reveal(event: any) {
24
25
<source srcset =" /cosmos-h.69935d14.avif" type =" image/avif" />
25
26
<source srcset =" /cosmos-h.69935d14.webp" type =" image/webp" />
26
27
<img
27
- class =" h-full max-h-full w-full object-cover opacity-0"
28
+ class =" h-full max-h-full w-full object-cover opacity-0 transition "
28
29
src =" /cosmos-h.69935d14.jpg"
29
30
loading =" lazy"
30
31
decoding =" async"
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ import SlugblasterText from '~/components/SlugblasterText.vue'
17
17
</div >
18
18
</div >
19
19
20
- <div class =" fixed -top-[6vw] w-full" >
20
+ <div class =" fixed -top-[6vw] w-full md:-top-[13vw] " >
21
21
<slugblaster-text />
22
22
</div >
23
23
<div
You can’t perform that action at this time.
0 commit comments