Skip to content

Commit

Permalink
feat(style): add border for better look
Browse files Browse the repository at this point in the history
  • Loading branch information
quentinbol committed Aug 17, 2024
1 parent 4e2d8da commit b782ce1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/repository/[owner]/[repos]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ export default function RepoPage(

return (
<div className="sm:pl-64 flex h-screen overflow-hidden">
<div className="lg:w-2/3 pt-10 h-full overflow-y-hidden">
<div className="lg:w-2/3 pt-10 h-full overflow-y-hidden border-r">
<h1 className="ml-10 pb-5 mr-5 text-xl border-b">
<strong>Dashboard</strong>
</h1>
Expand Down Expand Up @@ -351,7 +351,7 @@ export default function RepoPage(
</div>
<div className="bg-semi-light dark:bg-slate-900 lg:w-1/3 h-full overflow-y-hidden">
<div className="pt-10">
<h1 className="ml-10 pb-2 mr-5 text-xl border-b">
<h1 className="ml-10 pb-5 mr-5 text-xl border-b">
<strong>Overview</strong>
</h1>
<div className="lg:h-screen overflow-y-auto">
Expand Down

0 comments on commit b782ce1

Please sign in to comment.