update container size
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
<template>
|
||||
<div class="lg:my-20 flex flex-col mt-5 p-auto">
|
||||
<div class="lg:my-20 flex flex-col mt-5 p-auto lg:px-40">
|
||||
<h2 class="flex py-2 mx-auto uppercase font-bold lg:text-6xl">
|
||||
{{ team.title }}
|
||||
</h2>
|
||||
<div
|
||||
class="lg:max-w-6xl text-2xl text-center mb-8 mx-auto leading-relaxed"
|
||||
class="lg:max-w-6xl text-xl text-center mb-8 mx-auto leading-relaxed"
|
||||
v-html="team.content"
|
||||
></div>
|
||||
<div class="flex overflow-x-scroll pb-10 scrollable">
|
||||
|
||||
@@ -7,18 +7,18 @@
|
||||
lg:text-6xl
|
||||
font-bold
|
||||
leading-tight
|
||||
lg:max-w-3xl
|
||||
lg:max-w-5xl
|
||||
"
|
||||
>
|
||||
{{ main.title }}
|
||||
</h2>
|
||||
<div
|
||||
class="my-5 max-w-2xl text-lg lg:text-2xl mx-auto text-gray-900 sm:mt-4"
|
||||
class="my-5 max-w-xl text-lg lg:text-xl mx-auto text-gray-900 sm:mt-4"
|
||||
v-html="main.content"
|
||||
></div>
|
||||
</div>
|
||||
<div class="flex flex-col my-1 lg:w-1/2 overflow-hidden">
|
||||
<g-image :src="mainItem.image" class="w-1/2 mx-auto" />
|
||||
<g-image :src="mainItem.image" class="w-80 mx-auto" />
|
||||
<div class="flex-1 bg-white p-6 flex flex-col justify-between">
|
||||
<div class="flex-1">
|
||||
<div
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<g-image class="lg:w-3/4 mx-auto" :src="roadmap.image" />
|
||||
<div
|
||||
v-html="roadmap.content"
|
||||
class="mt-10 mb-8 lg:text-2xl text-gray-900"
|
||||
class="mt-10 mb-8 lg:text-xl text-gray-900"
|
||||
></div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<section class="body-font">
|
||||
<div class="mx-auto flex py-24 md:flex-row flex-col items-center">
|
||||
<div class="mx-auto flex py-20 md:flex-row flex-col items-center lg:px-10">
|
||||
<div
|
||||
class="
|
||||
lg:pl-24
|
||||
@@ -23,7 +23,7 @@
|
||||
{{ subscribe.title }}
|
||||
</h2>
|
||||
<div
|
||||
class="my-8 lg:text-2xl"
|
||||
class="my-8 lg:text-xl"
|
||||
v-html="subscribe.content"
|
||||
></div>
|
||||
<div class="flex w-full md:justify-start justify-center items-end">
|
||||
@@ -147,7 +147,7 @@
|
||||
</div>
|
||||
<div class="md:w-1/2 hidden md:flex">
|
||||
<g-image
|
||||
class="object-cover object-center rounded"
|
||||
class="object-cover w-3/4 mx-auto object-center rounded"
|
||||
:alt="subscribe.title"
|
||||
:src="subscribe.image"
|
||||
/>
|
||||
|
||||
@@ -38,10 +38,8 @@
|
||||
<div
|
||||
class="
|
||||
mt-3
|
||||
max-w-md
|
||||
text-2xl text-gray-900
|
||||
text-xl
|
||||
md:mt-5
|
||||
md:max-w-xl
|
||||
"
|
||||
v-html="tft.content"
|
||||
></div>
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
</h2>
|
||||
<div
|
||||
v-html="cta.content"
|
||||
class="mt-6 mb-8 lg:text-2xl text-gray-800"
|
||||
class="mt-6 mb-8 lg:text-xl text-gray-800"
|
||||
></div>
|
||||
<g-image :src="cta.image" class="my-10 mx-auto" />
|
||||
|
||||
@@ -99,7 +99,7 @@
|
||||
<h2
|
||||
v-if="cta.title"
|
||||
class="
|
||||
lg:text-6xl
|
||||
lg:text-5xl
|
||||
text-center
|
||||
uppercase
|
||||
mb-2
|
||||
@@ -111,7 +111,7 @@
|
||||
</h2>
|
||||
<div
|
||||
v-html="cta.content"
|
||||
class="mt-6 mb-8 lg:text-2xl text-gray-800"
|
||||
class="mt-6 mb-8 lg:text-xl text-gray-800"
|
||||
></div>
|
||||
</div>
|
||||
|
||||
@@ -122,7 +122,7 @@
|
||||
<h2
|
||||
v-if="cta.title"
|
||||
class="
|
||||
lg:text-6xl
|
||||
lg:text-5xl
|
||||
text-center
|
||||
uppercase
|
||||
mb-2
|
||||
@@ -135,7 +135,7 @@
|
||||
<h2
|
||||
v-if="cta.subtitle"
|
||||
class="
|
||||
lg:text-6xl
|
||||
lg:text-5xl
|
||||
text-center
|
||||
uppercase
|
||||
mb-2
|
||||
@@ -147,7 +147,7 @@
|
||||
</h2>
|
||||
<div
|
||||
v-html="cta.content"
|
||||
class="mt-6 mb-8 lg:text-2xl text-gray-800"
|
||||
class="mt-6 mb-8 lg:text-xl text-gray-800"
|
||||
></div>
|
||||
<a
|
||||
class="
|
||||
@@ -486,7 +486,7 @@
|
||||
</div>
|
||||
|
||||
<div
|
||||
class="w-full max-w-7xl mx-auto mt-10 px-2"
|
||||
class="w-full max-w-7xl mx-auto mt-10 px-2 py-16"
|
||||
v-else-if="id == 'home' && lastCta"
|
||||
>
|
||||
<g-image class="mx-auto" :src="cta.image" />
|
||||
@@ -496,7 +496,7 @@
|
||||
>
|
||||
{{ cta.title }}
|
||||
</h2>
|
||||
<div v-html="cta.content" class="mt-6 mb-8 mx-auto text-2xl text-gray-800"></div>
|
||||
<div v-html="cta.content" class="mt-6 mb-8 mx-auto text-xl text-gray-800"></div>
|
||||
<div class="mt-8 tracking-wide leading-loose" v-if="cta.video_button">
|
||||
<a
|
||||
@click="toggleModal"
|
||||
@@ -685,7 +685,7 @@
|
||||
</div>
|
||||
|
||||
<!-- grid -->
|
||||
<div id="zero_os" class="w-full max-w-3xl mx-auto py-12" v-else-if="id == 'grid'">
|
||||
<div id="zero_os" class="w-full max-w-3xl mx-auto lg:py-20" v-else-if="id == 'grid'">
|
||||
<g-image :src="cta.image" class="mx-auto lg:w-1/3 my-10" />
|
||||
<h2
|
||||
v-if="cta.title"
|
||||
@@ -702,7 +702,7 @@
|
||||
</h2>
|
||||
<div
|
||||
v-html="cta.content"
|
||||
class="mt-6 mb-8 lg:text-2xl text-gray-800"
|
||||
class="mt-6 mb-8 lg:text-xl text-gray-800"
|
||||
></div>
|
||||
<a
|
||||
class="
|
||||
@@ -807,7 +807,7 @@
|
||||
</h2>
|
||||
<div
|
||||
v-html="cta.content"
|
||||
class="mt-6 mb-8 max-w-3xl mx-auto lg:text-2xl text-gray-800"
|
||||
class="mt-6 mb-8 max-w-3xl mx-auto lg:text-xl text-gray-800"
|
||||
></div>
|
||||
<g-image :src="cta.image" class="mx-auto w-full my-10" />
|
||||
<a
|
||||
@@ -855,7 +855,7 @@
|
||||
<h2
|
||||
v-if="cta.title"
|
||||
class="
|
||||
max-w-2xl
|
||||
lg:max-w-3xl
|
||||
mx-auto
|
||||
lg:text-6xl
|
||||
text-center
|
||||
@@ -869,7 +869,7 @@
|
||||
</h2>
|
||||
<div
|
||||
v-html="cta.content"
|
||||
class="mt-6 mb-8 lg:text-2xl text-gray-800"
|
||||
class="mt-6 mb-8 lg:text-xl text-gray-800"
|
||||
></div>
|
||||
|
||||
<a
|
||||
|
||||
Reference in New Issue
Block a user