瀏覽代碼

feat: :sparkles: adicionar bg-center no hero

joykepler 4 天之前
父節點
當前提交
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">