Skip to content

Commit

Permalink
More styling fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
achyuthcodes30 committed Mar 5, 2024
1 parent e3588f0 commit bcff9dd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/aiep/[slug]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -122,12 +122,12 @@ export default function AIEProject({
<em>Week - 1</em>
</a>
</span>
<span className="w-1/3 border-2 border-sky-200 py-2 text-center text-sky-200 lg:text-xl">
<span className="w-1/3 border-y-2 border-r-2 border-sky-200 py-2 text-center text-sky-200 lg:text-xl">
<a href={`/${slug}/week-2`}>
<em>Week - 2</em>
</a>
</span>
<span className="w-1/3 border-2 border-sky-200 py-2 text-center text-sky-200 lg:text-xl">
<span className="w-1/3 border-y-2 border-r-2 border-sky-200 py-2 text-center text-sky-200 lg:text-xl">
<a href={`/${slug}/week-3`}>
<em>Week - 3</em>
</a>
Expand All @@ -137,12 +137,12 @@ export default function AIEProject({
<em>Week - 4</em>
</a>
</span>
<span className="w-1/3 border-x-2 border-b-2 border-sky-200 py-2 text-center text-sky-200 lg:text-xl">
<span className="w-1/3 border-b-2 border-r-2 border-sky-200 py-2 text-center text-sky-200 lg:text-xl">
<a href={`/${slug}/week-5`}>
<em>Week - 5</em>
</a>
</span>
<span className="w-1/3 border-x-2 border-b-2 border-sky-200 py-2 text-center text-sky-200 lg:text-xl">
<span className="w-1/3 border-b-2 border-r-2 border-sky-200 py-2 text-center text-sky-200 lg:text-xl">
<a href={`/${slug}/week-6`}>
<em>Week - 6</em>
</a>
Expand Down

0 comments on commit bcff9dd

Please sign in to comment.