resize image
This commit is contained in:
@@ -47,7 +47,11 @@ export default {
|
|||||||
font-family: "Roboto", sans-serif !important;
|
font-family: "Roboto", sans-serif !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul li{
|
h3{
|
||||||
|
color: black !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
ul li {
|
||||||
list-style-type: disc !important;
|
list-style-type: disc !important;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
@@ -1,5 +1,12 @@
|
|||||||
<template>
|
<template>
|
||||||
<Layout :hideHeader="true" :disableScroll="true">
|
<Layout :hideHeader="true" :disableScroll="true">
|
||||||
|
<div class="container-fluid sm:pxi-0 mx-auto overflow-x-hidden py-5">
|
||||||
|
<g-image
|
||||||
|
class="w-100 mx-auto mt-10"
|
||||||
|
v-if="$page.markdownPage.solution_image"
|
||||||
|
:src="$page.markdownPage.solution_image.src"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
<div class="container sm:pxi-0 mx-auto overflow-x-hidden py-5">
|
<div class="container sm:pxi-0 mx-auto overflow-x-hidden py-5">
|
||||||
<Header
|
<Header
|
||||||
v-if="
|
v-if="
|
||||||
@@ -39,12 +46,6 @@
|
|||||||
:sections="$page.markdownPage.comparisonSecs"
|
:sections="$page.markdownPage.comparisonSecs"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<g-image
|
|
||||||
class="w-3/4 mx-auto mt-10"
|
|
||||||
v-if="$page.markdownPage.solution_image"
|
|
||||||
:src="$page.markdownPage.solution_image.src"
|
|
||||||
/>
|
|
||||||
|
|
||||||
<CallToAction
|
<CallToAction
|
||||||
:id="$page.markdownPage.id"
|
:id="$page.markdownPage.id"
|
||||||
v-if="$page.markdownPage.cta && $page.markdownPage.id == 'why'"
|
v-if="$page.markdownPage.cta && $page.markdownPage.id == 'why'"
|
||||||
|
|||||||
Reference in New Issue
Block a user