Fix conflicts
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div class="video_bg lg:py-20 lg:flex lg:justify-center flex flex-col">
|
||||
<div class="lg:py-20 lg:flex lg:justify-center flex flex-col">
|
||||
<div class="lg:flex lg:rounded-lg lg:px-40">
|
||||
<div class="lg:w-1/2">
|
||||
<div class="aspect-w-16 aspect-h-9">
|
||||
|
||||
@@ -43,7 +43,8 @@
|
||||
</div>
|
||||
|
||||
<!-- home -->
|
||||
<div class="w-full max-w-7xl mx-auto mt-10 p-16" v-else-if="id == 'home'">
|
||||
|
||||
<div class="w-full max-w-7xl mx-auto mt-10 px-16" v-else-if="id == 'home'">
|
||||
<h2
|
||||
v-if="cta.title"
|
||||
class="text-3xl mb-2 uppercase leading-tight font-semibold font-heading"
|
||||
|
||||
Reference in New Issue
Block a user