Skip to content

Commit

Permalink
Lint error corrected
Browse files Browse the repository at this point in the history
Signed-off-by: FabrizioJordan <dev.fjordan@gmail.com>
  • Loading branch information
FabrizioJordan committed Nov 25, 2024
1 parent 99352c1 commit fcd4bc3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions Website/app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,4 @@
.animate-no {
animation: none;
}
}


body{
overflow-x: hidden;
}
2 changes: 1 addition & 1 deletion Website/app/layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const viewport = {

export default function RootLayout({ children }) {
return (
<html lang="en" className="scroll-smooth">
<html lang="en" className="scroll-smooth overflow-x-hidden">
<head>
<script
src="https://kit.fontawesome.com/d93986da58.js"
Expand Down

0 comments on commit fcd4bc3

Please sign in to comment.