소스 검색

🎨 style(tertiary-card): ajustar tipografia, remover imagem nao utilizada e trocar por logo

joykepler 4 일 전
부모
커밋
3bb6698002
2개의 변경된 파일4개의 추가작업 그리고 12개의 파일을 삭제
  1. 4 4
      app/components/SectionTertiaryCard.vue
  2. 0 8
      public/img/card_tertiary_img.svg

+ 4 - 4
app/components/SectionTertiaryCard.vue

@@ -1,10 +1,10 @@
 <template>
-    <div class="w-full h-[285px] px-10 py-5 bg-[url('/img/section_tertiary_card_bg.png')] bg-cover border border-[#E3FA6D80] rounded-[10px] flex flex-col gap-[9px]">
-        <NuxtImg src="/img/card_tertiary_img.svg" width="106" />
-        <h3 class="text-[27px] font-bold text-gradient">
+    <div class="w-full lg:h-60 px-5 lg:px-10 py-5 bg-[url('/img/section_tertiary_card_bg.png')] bg-cover border border-[#E3FA6D80] rounded-[10px] flex flex-col gap-3">
+        <NuxtImg src="/img/logo_2.png" width="160" />
+        <h3 class="text-xl md:text-2xl lg:text-[27px] font-bold text-gradient">
             {{ title }}
         </h3>
-        <p class="text-[22px] text-white max-w-[352px] leading-6.5">
+        <p class="text-base mt:text-lg lg:text-[22px] text-white max-w-[352px] leading-6.5">
             {{ description }}
         </p>
     </div>

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 8
public/img/card_tertiary_img.svg


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.