Skip to content

Commit 37aa3bb

Browse files
committed
style: round footer badges and adjust footer layout for medium screens
1 parent 44f4890 commit 37aa3bb

1 file changed

Lines changed: 13 additions & 4 deletions

File tree

app/page.tsx

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,16 +76,25 @@ export default async function Home() {
7676

7777
{/* Subtle Footer with Core Offerings */}
7878
{/*hide this for mobile screens */}
79-
<div className="mt-8 flex flex-row items-center justify-center gap-2 sm:flex-row sm:gap-x-4 hidden md:block">
80-
<Badge variant="secondary" className="px-3 py-1 text-xs font-medium sm:text-sm">
79+
<div className="mt-8 hidden md:flex flex-row items-center justify-center gap-4">
80+
<Badge
81+
variant="secondary"
82+
className="rounded-full px-3 py-1 text-xs font-medium sm:text-sm"
83+
>
8184
<BadgeCheckIcon className="mr-1 h-3 w-3 sm:h-4 sm:w-4" />
8285
Comprehensive Notes
8386
</Badge>
84-
<Badge variant="secondary" className="px-3 py-1 text-xs font-medium sm:text-sm">
87+
<Badge
88+
variant="secondary"
89+
className="rounded-full px-3 py-1 text-xs font-medium sm:text-sm"
90+
>
8591
<BadgeCheckIcon className="mr-1 h-3 w-3 sm:h-4 sm:w-4" />
8692
Past Exam Papers
8793
</Badge>
88-
<Badge variant="secondary" className="px-3 py-1 text-xs font-medium sm:text-sm">
94+
<Badge
95+
variant="secondary"
96+
className="rounded-full px-3 py-1 text-xs font-medium sm:text-sm"
97+
>
8998
<BadgeCheckIcon className="mr-1 h-3 w-3 sm:h-4 sm:w-4" />
9099
Reference Books
91100
</Badge>

0 commit comments

Comments
 (0)