fix people filter size
This commit is contained in:
BIN
src/assets/images/footer_logo.png
Normal file
BIN
src/assets/images/footer_logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.8 KiB |
BIN
src/assets/images/footer_logo2.png
Normal file
BIN
src/assets/images/footer_logo2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 10 KiB |
@@ -27,10 +27,10 @@
|
|||||||
v-html="subscribe.content"
|
v-html="subscribe.content"
|
||||||
></div>
|
></div>
|
||||||
<div class="flex w-full md:justify-start justify-center items-end">
|
<div class="flex w-full md:justify-start justify-center items-end">
|
||||||
<div class="relative mr-4 md:w-full lg:w-full xl:w-1/2 w-2/4">
|
<!-- <div class="relative mr-4 md:w-full lg:w-full xl:w-1/2 w-2/4">
|
||||||
<!-- <label for="hero-field" class="leading-7 text-sm text-gray-600"
|
<label for="hero-field" class="leading-7 text-sm text-gray-600"
|
||||||
>Placeholder</label
|
>Placeholder</label
|
||||||
> -->
|
>
|
||||||
<input
|
<input
|
||||||
type="text"
|
type="text"
|
||||||
id="hero-field"
|
id="hero-field"
|
||||||
@@ -54,21 +54,22 @@
|
|||||||
ease-in-out
|
ease-in-out
|
||||||
"
|
"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div> -->
|
||||||
|
|
||||||
<a
|
<a
|
||||||
:href="subscribe.link"
|
href="javascript:;"
|
||||||
|
onclick="ml_account('webforms', '3562741', 'n7q9l7', 'show')"
|
||||||
class="
|
class="
|
||||||
inline-flex
|
inline-flex
|
||||||
bg-white
|
bg-white
|
||||||
border-2
|
border-2
|
||||||
py-2
|
py-1
|
||||||
px-6
|
px-12
|
||||||
learn-button
|
learn-button
|
||||||
hover:bg-gray-400
|
hover:bg-gray-400
|
||||||
shadow
|
shadow
|
||||||
border-black
|
border-black
|
||||||
text-black text-sm
|
text-black text-lg
|
||||||
cursor-pointer
|
cursor-pointer
|
||||||
"
|
"
|
||||||
>
|
>
|
||||||
|
|||||||
@@ -8,8 +8,8 @@
|
|||||||
<div class="xl:grid xl:grid-cols-4 xl:gap-2">
|
<div class="xl:grid xl:grid-cols-4 xl:gap-2">
|
||||||
<div class="space-y-8 xl:col-span-1">
|
<div class="space-y-8 xl:col-span-1">
|
||||||
<g-image
|
<g-image
|
||||||
class="h-10"
|
class="w-24"
|
||||||
:src="require(`!!assets-loader!@images/tf_icon_black.svg`)"
|
:src="require(`!!assets-loader!@images/footer_logo2.png`)"
|
||||||
alt="Company name"
|
alt="Company name"
|
||||||
v-if="theme == 'light'"
|
v-if="theme == 'light'"
|
||||||
/>
|
/>
|
||||||
@@ -21,9 +21,9 @@
|
|||||||
v-else
|
v-else
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<p class="text-gray-500 font-bold text-base leading-6">
|
<!-- <p class="text-gray-500 font-bold text-base leading-6">
|
||||||
{{ record.description }}
|
{{ record.description }}
|
||||||
</p>
|
</p> -->
|
||||||
<div class="flex space-x-6">
|
<div class="flex space-x-6">
|
||||||
<a
|
<a
|
||||||
v-if="record.facebook != '#'"
|
v-if="record.facebook != '#'"
|
||||||
|
|||||||
Reference in New Issue
Block a user