Skip to content

Commit

Permalink
Fix: home page issue and fixing ci/cd error
Browse files Browse the repository at this point in the history
  • Loading branch information
KaranNegi20Feb committed Mar 9, 2025
1 parent 33511cb commit 59a2ef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ export default function Home() {
return (
<div className="mt-16 min-h-screen p-8 text-gray-600 dark:bg-[#212529] dark:text-gray-300">
<div className="mx-auto max-w-6xl">
<div className="sm:mb-20 pt-20 pt-5 text-center">
<div className="pt-20 pt-5 text-center sm:mb-20">
<div className="flex flex-col items-center py-10">
<h1 className="text-3xl font-medium tracking-tighter sm:text-5xl md:text-6xl">
Welcome to OWASP Nest
Expand Down

0 comments on commit 59a2ef2

Please sign in to comment.