We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77d0130 commit d1acafbCopy full SHA for d1acafb
1 file changed
src/components/DialogCV.astro
@@ -36,12 +36,12 @@ hover:bg-primary hover:text-[#000] hover:border-[#0000] transition-all duration-
36
<div class="md:h-[500px] sm:h-[90vh] h-full mt-10 sm:mt-0 md:px-2">
37
<img
38
class="object-cover w-full h-full"
39
- src="/assets/CV_003.webp"
+ src="/assets/CV_004.webp"
40
alt="Curriculum Vitae de Bernardo Lima"
41
/>
42
</div>
43
<a
44
- href="/Bernardo_CV_003.pdf"
+ href="/Bernardo_CV_004.pdf"
45
rel="noopener noreferrer"
46
class="absolute bottom-0 right-0 bg-primary/20 hover:bg-white/80 border-2 border-primary rounded-md p-1 group"
47
download
0 commit comments