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"
|
||||
></div>
|
||||
<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">
|
||||
<!-- <label for="hero-field" class="leading-7 text-sm text-gray-600"
|
||||
<!-- <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"
|
||||
>Placeholder</label
|
||||
> -->
|
||||
>
|
||||
<input
|
||||
type="text"
|
||||
id="hero-field"
|
||||
@@ -54,21 +54,22 @@
|
||||
ease-in-out
|
||||
"
|
||||
/>
|
||||
</div>
|
||||
</div> -->
|
||||
|
||||
<a
|
||||
:href="subscribe.link"
|
||||
href="javascript:;"
|
||||
onclick="ml_account('webforms', '3562741', 'n7q9l7', 'show')"
|
||||
class="
|
||||
inline-flex
|
||||
bg-white
|
||||
border-2
|
||||
py-2
|
||||
px-6
|
||||
py-1
|
||||
px-12
|
||||
learn-button
|
||||
hover:bg-gray-400
|
||||
shadow
|
||||
border-black
|
||||
text-black text-sm
|
||||
text-black text-lg
|
||||
cursor-pointer
|
||||
"
|
||||
>
|
||||
|
||||
@@ -8,8 +8,8 @@
|
||||
<div class="xl:grid xl:grid-cols-4 xl:gap-2">
|
||||
<div class="space-y-8 xl:col-span-1">
|
||||
<g-image
|
||||
class="h-10"
|
||||
:src="require(`!!assets-loader!@images/tf_icon_black.svg`)"
|
||||
class="w-24"
|
||||
:src="require(`!!assets-loader!@images/footer_logo2.png`)"
|
||||
alt="Company name"
|
||||
v-if="theme == 'light'"
|
||||
/>
|
||||
@@ -21,9 +21,9 @@
|
||||
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 }}
|
||||
</p>
|
||||
</p> -->
|
||||
<div class="flex space-x-6">
|
||||
<a
|
||||
v-if="record.facebook != '#'"
|
||||
|
||||
Reference in New Issue
Block a user