ui fixes
This commit is contained in:
parent
c252fa5fed
commit
d2250845ab
@ -268,7 +268,7 @@ onMount(async () => {
|
||||
|
||||
|
||||
<!--Start Pricing Card-->
|
||||
<div class="relative 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="relative 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 border-gray-300 items-center p-2">
|
||||
<span class="text-white text-md font-semibold px-3">
|
||||
|
||||
@ -72,7 +72,7 @@ class="hidden sm:block [mask-image:linear-gradient(to_bottom_right,white,transpa
|
||||
|
||||
|
||||
<div class="flex flex-col w-full justify-center items-center">
|
||||
<div class="text-center mb-10 w-full">
|
||||
<div class="text-center w-full">
|
||||
|
||||
<section>
|
||||
<div class="relative w-full mx-auto overflow-hidden">
|
||||
@ -192,7 +192,7 @@ class="hidden sm:block [mask-image:linear-gradient(to_bottom_right,white,transpa
|
||||
|
||||
|
||||
<div class="overlay m-auto flex justify-center z-20 items-center w-fit sm:w-[820px] h-full">
|
||||
<img class="w-full" src={cloudFrontUrl+"/assets/showcase-stock.png"} loading = 'lazy' alt="logo">
|
||||
<img class="w-full" src={cloudFrontUrl+"/assets/showcase-stock.png"} alt="logo">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@ -369,7 +369,7 @@ async function purchasePlan(subscriptionType:string='') {
|
||||
|
||||
|
||||
<!--Start Pricing Card-->
|
||||
<div class="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 border-gray-300 items-center p-2">
|
||||
<span class="text-white text-md font-semibold px-3">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user