Forráskód Böngészése

feat: :sparkles: adicionar bg-center no hero

joykepler 3 napja
szülő
commit
2215085f32
1 módosított fájl, 1 hozzáadás és 1 törlés
  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">