Skip to content

Commit

Permalink
Adjust the layout yet again
Browse files Browse the repository at this point in the history
  • Loading branch information
ruchernchong committed Nov 13, 2024
1 parent 4fa291a commit 0779a7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/cars/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ const CarsPage = async (props: { searchParams: SearchParams }) => {
{/*</UnreleasedFeature>*/}
</div>
<div className="grid gap-4 xl:grid-cols-12">
<div className="grid grid-cols-1 gap-4 xl:col-span-8">
<div className="grid grid-cols-1 gap-4 xl:col-span-6">
<StatisticsCard
title="By Fuel Type"
description="Distribution of vehicles based on fuel type"
Expand All @@ -257,7 +257,7 @@ const CarsPage = async (props: { searchParams: SearchParams }) => {
linkPrefix="vehicle-types"
/>
</div>
<div className="grid grid-cols-1 gap-4 xl:col-span-4">
<div className="grid grid-cols-1 gap-4 xl:col-span-6">
<Leaderboard cars={cars} />
</div>
</div>
Expand Down

0 comments on commit 0779a7a

Please sign in to comment.