style: show payinfo in middle on mobile

This commit is contained in:
hamster1963 2024-12-20 16:49:21 +08:00
parent 17e2b4b596
commit cbeed6b332

View File

@ -63,7 +63,7 @@ export default function ServerCard({ now, serverInfo }: { now: number; serverInf
{parsedData?.billingDataMod && <BillingInfo parsedData={parsedData} />} {parsedData?.billingDataMod && <BillingInfo parsedData={parsedData} />}
</div> </div>
</section> </section>
<div className="flex flex-col gap-2"> <div className="flex flex-col sm:items-start items-center gap-2">
<section <section
className={cn("grid grid-cols-5 items-center gap-3", { className={cn("grid grid-cols-5 items-center gap-3", {
"lg:grid-cols-6 lg:gap-4": fixedTopServerName, "lg:grid-cols-6 lg:gap-4": fixedTopServerName,