diff --git a/src/pages/cloud/CloudFeatures.tsx b/src/pages/cloud/CloudFeatures.tsx index dbcbf89..dcc1fc9 100644 --- a/src/pages/cloud/CloudFeatures.tsx +++ b/src/pages/cloud/CloudFeatures.tsx @@ -19,7 +19,6 @@ import { P, SectionHeader, } from '@/components/Texts' -import { CircleBackground } from '@/components/CircleBackground' import { Container } from '@/components/Container' import reservenodeimg from '/images/cloud/reserve.png' @@ -187,7 +186,7 @@ function ReserveNodeScreen() { alt="Mycelium Reserve Node" width={2432} height={1442} - className="w-4xl max-w-none rounded-xl shadow-xl ring-1 ring-gray-400/10 sm:w-240 md:-ml-4 lg:ml-0" + className="w-4xl max-w-none rounded-xl shadow-2xl ring-1 ring-gray-400/10 sm:w-240 md:-ml-32 lg:-ml-32" /> ); } @@ -199,7 +198,7 @@ function ManageClusterScreen() { alt="Mycelium Kubeconfig" width={2432} height={1442} - className="w-4xl max-w-none rounded-xl shadow-xl ring-1 ring-gray-400/10 sm:w-240 md:-ml-4 lg:ml-0" + className="w-4xl max-w-none rounded-xl shadow-2xl ring-1 ring-gray-400/10 sm:w-240 md:-ml-32 lg:-ml-32" /> ); } @@ -211,7 +210,7 @@ function PersonalisedBillingsScreen() { alt="Mycelium Billing" width={2432} height={1442} - className="w-4xl max-w-none rounded-xl shadow-xl ring-1 ring-gray-400/10 sm:w-240 md:-ml-4 lg:ml-0" + className="w-4xl max-w-none rounded-xl shadow-2xl ring-1 ring-gray-400/10 sm:w-240 md:-ml-32 lg:-ml-32" /> ); } @@ -282,9 +281,6 @@ function CloudFeaturesDesktop() { ))}