소스 검색

feat: :sparkles: adicionar bg-center no hero

joykepler 3 일 전
부모
커밋
2215085f32
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/components/SectionHero.vue

+ 1 - 1
app/components/SectionHero.vue

@@ -1,5 +1,5 @@
 <template>
-  <section class="relative bg-[url('/img/hero_bg.png')] bg-cover h-screen flex justify-center">
+  <section class="relative bg-[url('/img/hero_bg.png')] bg-cover bg-center h-screen flex justify-center">
     <AppHeader />
     <div class="w-[1241px] flex justify-between items-center absolute bottom-20">
       <div class="flex flex-col gap-5 w-1/2">