Add homer bg
This commit is contained in:
@@ -1,7 +1,11 @@
|
|||||||
<template>
|
<template>
|
||||||
<section
|
<section
|
||||||
class="mb-10 bg-no-repeats bg-cover"
|
class="mb-10 bg-no-repeats bg-cover"
|
||||||
:class="{ 'bg-home': id == 'home' }"
|
:style="[
|
||||||
|
id == 'home'
|
||||||
|
? { background: 'url(' + img + ') center no-repeat' }
|
||||||
|
: { background: transparent },
|
||||||
|
]"
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="flex flex-wrap text-center items-center pb-20 lg:text-left -mx-2"
|
class="flex flex-wrap text-center items-center pb-20 lg:text-left -mx-2"
|
||||||
|
|||||||
Reference in New Issue
Block a user