update slider image
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div class="my-20 tft_section">
|
||||
<div class="my-20 tft_section px-10">
|
||||
<div v-if="main" class="text-center mx-2">
|
||||
<h2 class="text-8xl uppercase leading-none font-heading my-0">{{ main.title }}</h2>
|
||||
<h2 v-if="main.subtitle" class="text-8xl uppercase leading-none font-heading mt-0">{{ main.subtitle }}</h2>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
lg:gap-x-8
|
||||
"
|
||||
>
|
||||
<div v-for="(section, index) in sections" :key="index" class="lg:p-20">
|
||||
<div v-for="(section, index) in sections" :key="index" class="p-5">
|
||||
<div class="leading-6">
|
||||
<h1 class="text-9xl font-bold uppercase mt-0" v-if="section.title">
|
||||
{{ section.title }}
|
||||
|
||||
Reference in New Issue
Block a user