update slider image

This commit is contained in:
2021-08-19 11:52:14 +02:00
parent 61038b3609
commit 2050223239
31 changed files with 32 additions and 10 deletions

View File

@@ -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>

View File

@@ -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 }}