Updtade styles
This commit is contained in:
@@ -28,7 +28,7 @@ export default function PlayerStats(
|
||||
{ stats, achievements }: { stats: NonNullable<Player["player"]["stats"]>, achievements: Player["player"]["achievements"] }
|
||||
) {
|
||||
return (
|
||||
<div className="mx-auto w-full md:max-w-none lg:mx-0 lg:w-3/4 max-w-120">
|
||||
<div className="mx-auto w-full lg:mx-0 lg:w-3/4 max-w-120 md:max-w-7/10">
|
||||
<Accordion type="multiple" className="space-y-4">
|
||||
<BedwarsStats stats={stats.Bedwars} />
|
||||
<SkyWarsStats
|
||||
|
||||
@@ -290,7 +290,7 @@ export default function Sidebar({ level, ign, player, guild, rank, specialRank,
|
||||
}
|
||||
|
||||
return (
|
||||
<Card className="mx-auto w-full md:max-w-none lg:mx-0 lg:w-1/4 max-w-120">
|
||||
<Card className="mx-auto w-full lg:mx-0 lg:w-1/4 max-w-120 md:max-w-3/10">
|
||||
<CardContent>
|
||||
<General />
|
||||
<Separator className="my-4" />
|
||||
|
||||
Reference in New Issue
Block a user