ui fix
This commit is contained in:
parent
517851eea3
commit
0267701d93
@ -25,7 +25,7 @@ onMount(async () => {
|
|||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<section class="bg-[#09090B] min-h-screen max-w-3xl sm:max-w-screen-xl w-full pt-24 m-auto">
|
<section class="bg-[#09090B] min-h-screen max-w-3xl sm:max-w-screen-lg w-full pt-24 m-auto">
|
||||||
<div class="px-3">
|
<div class="px-3">
|
||||||
<div class="mx-auto text-center mb-8 ">
|
<div class="mx-auto text-center mb-8 ">
|
||||||
|
|
||||||
@ -273,12 +273,12 @@ onMount(async () => {
|
|||||||
|
|
||||||
|
|
||||||
<!--Start Pricing Card-->
|
<!--Start Pricing Card-->
|
||||||
|
<!--
|
||||||
<div class="sm:h-[660px] sm:order-2 box sm:-mt-10 flex flex-col p-6 lg:p-8 mx-auto ring-[1px] ring-gray-400 rounded-lg w-full text-center text-white">
|
<div class="sm:h-[660px] sm:order-2 box sm:-mt-10 flex flex-col p-6 lg:p-8 mx-auto ring-[1px] ring-gray-400 rounded-lg w-full text-center text-white">
|
||||||
|
|
||||||
<div class="absolute top-0 left-1/2 transform -translate-x-1/2 rounded-b-2xl flex flex-row border-l border-r border-b border-gray-400 items-center p-2">
|
<div class="absolute top-0 left-1/2 transform -translate-x-1/2 rounded-b-2xl flex flex-row border-l border-r border-b border-gray-400 items-center p-2">
|
||||||
<span class="text-white text-md font-semibold px-3">
|
<span class="text-white text-md font-semibold px-3">
|
||||||
Best Support
|
Limited Offer
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@ -342,7 +342,7 @@ onMount(async () => {
|
|||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
-->
|
||||||
<!--End Pricing Card-->
|
<!--End Pricing Card-->
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -334,7 +334,7 @@ onMount(async () => {
|
|||||||
<div>
|
<div>
|
||||||
<div class="flex flex-row justify-center items-center">
|
<div class="flex flex-row justify-center items-center">
|
||||||
<h1 class="text-3xl sm:text-4xl text-white text-center font-bold mb-5">
|
<h1 class="text-3xl sm:text-4xl text-white text-center font-bold mb-5">
|
||||||
Economic Indicator
|
Economic Indicators
|
||||||
</h1>
|
</h1>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@ -111,7 +111,7 @@ async function purchasePlan(subscriptionType:string='') {
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<section class="bg-[#09090B] min-h-screen mb-40 w-full max-w-3xl sm:max-w-screen-xl pt-10 pb-40 m-auto">
|
<section class="bg-[#09090B] min-h-screen mb-40 w-full max-w-3xl sm:max-w-screen-lg pt-10 pb-40 m-auto">
|
||||||
<div class="px-3">
|
<div class="px-3">
|
||||||
<div class="mx-auto text-center mb-8 ">
|
<div class="mx-auto text-center mb-8 ">
|
||||||
|
|
||||||
@ -372,12 +372,12 @@ async function purchasePlan(subscriptionType:string='') {
|
|||||||
|
|
||||||
|
|
||||||
<!--Start Pricing Card-->
|
<!--Start Pricing Card-->
|
||||||
|
<!--
|
||||||
<div class="sm:h-[660px] sm:order-2 box sm:-mt-10 flex flex-col p-6 lg:p-8 mx-auto ring-[1px] ring-gray-400 rounded-lg w-full text-center text-white">
|
<div class="sm:h-[660px] sm:order-2 box sm:-mt-10 flex flex-col p-6 lg:p-8 mx-auto ring-[1px] ring-gray-400 rounded-lg w-full text-center text-white">
|
||||||
|
|
||||||
<div class="absolute top-0 left-1/2 transform -translate-x-1/2 rounded-b-2xl flex flex-row border-l border-r border-b border-gray-400 items-center p-2">
|
<div class="absolute top-0 left-1/2 transform -translate-x-1/2 rounded-b-2xl flex flex-row border-l border-r border-b border-gray-400 items-center p-2">
|
||||||
<span class="text-white text-md font-semibold px-3">
|
<span class="text-white text-md font-semibold px-3">
|
||||||
Best Support
|
Limited Offer
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@ -441,7 +441,7 @@ async function purchasePlan(subscriptionType:string='') {
|
|||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
-->
|
||||||
<!--End Pricing Card-->
|
<!--End Pricing Card-->
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user