Skip to content

Commit

Permalink
Added custom height rules for notfound page.
Browse files Browse the repository at this point in the history
  • Loading branch information
dhawal-793 committed May 8, 2023
1 parent b8e57a4 commit 47397a0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,16 @@
@tailwind components;
@tailwind utilities;

@layer base{
.sm-notFound{
height: calc(100vh - 80px);
}
.md-notFound{
height: calc(100vh - 225px);
}
}
@layer components {

.navlink {
@apply hover:underline decoration-orange-400 dark:text-gray-100 text-center decoration-2 active:underline underline-offset-8 p-3 cursor-pointer hover:font-bold capitalize hover:scale-110 transition-transform duration-200 ease-out;
}
Expand Down

0 comments on commit 47397a0

Please sign in to comment.