fix css on on loading card for ranking pages
This commit is contained in:
parent
65cfe58557
commit
ec2afd8811
@ -91,7 +91,7 @@ export default function GlobalRanking({ page, country }: GlobalRankingProps) {
|
||||
return (
|
||||
<main>
|
||||
<Container>
|
||||
<Card className="mt-2">
|
||||
<Card outerClassName="mt-2" className="mt-2">
|
||||
<div className="p-3 text-center">
|
||||
<div role="status">
|
||||
<div className="flex flex-col items-center justify-center gap-2">
|
||||
|
Loading…
Reference in New Issue
Block a user