File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 8888 @apply scroll-m-20 border-b pb-2 text-3xl font-semibold tracking-tight transition-colors first:mt-0;
8989 }
9090 h3 {
91- @apply scroll-m-20 text-2xl font-semibold tracking-tight;
91+ @apply scroll-m-20 text-base sm:text-lg md:text-xl lg:text- 2xl font-semibold tracking-tight;
9292 }
9393 h4 {
9494 @apply scroll-m-20 text-base sm:text-lg md:text-xl lg:text-2xl font-semibold tracking-tight;
Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ const thumbnails = computed(() => {
1616 </script >
1717
1818<template >
19- <NuxtImg v-if =" !fallback" :src =" thumbnails[0]" loading =" lazy" format =" webp" class =" h-30 " @error =" fallback = true" />
20- <NuxtImg v-else :src =" thumbnails[1]" loading =" lazy" format =" webp" class =" h-30 " />
19+ <NuxtImg v-if =" !fallback" :src =" thumbnails[0]" loading =" lazy" format =" webp" class =" h-[5.7rem] sm:h-24 md:h-28 lg:h-32 " @error =" fallback = true" />
20+ <NuxtImg v-else :src =" thumbnails[1]" loading =" lazy" format =" webp" class =" h-[5.7rem] sm:h-24 md:h-28 lg:h-32 " />
2121</template >
2222
2323<style scoped>
You can’t perform that action at this time.
0 commit comments