Add homer bg

This commit is contained in:
samaradel
2021-09-19 14:35:44 +02:00
parent d314dd2d51
commit db499056ba

View File

@@ -1,7 +1,11 @@
<template>
<section
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
class="flex flex-wrap text-center items-center pb-20 lg:text-left -mx-2"