Skip to content

Commit

Permalink
chore(fe): change main page main ratio
Browse files Browse the repository at this point in the history
  • Loading branch information
jimin9038 committed Jun 6, 2024
1 parent 91a2ca3 commit f10b6f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/app/(main)/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -198,10 +198,10 @@ export default async function Home() {
return (
<div>
<section className="flex w-full max-w-6xl flex-col border-b-2 border-r-gray-500 lg:flex-row">
<div className="h-30 mt-6 w-full border-r-2 border-r-gray-100 lg:w-2/3 lg:pr-6">
<div className="h-30 mt-6 w-full border-r-2 border-r-gray-100 lg:w-1/2 lg:pr-6">
<BigArticle article={mainArticle}></BigArticle>
</div>
<div className="h-30 w-full overflow-hidden lg:ml-6 lg:w-1/3">
<div className="h-30 w-full overflow-hidden lg:ml-6 lg:w-1/2">
{middleArticles}
</div>
</section>
Expand Down

0 comments on commit f10b6f4

Please sign in to comment.