diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 7e8f357..8b1e8bf 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1384,4 +1384,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index 334a121..8462eec 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -219,4 +219,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index fa42214..ccc0d04 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -214,4 +214,4 @@ --height-140: 126vw; --height-150: 135vw; } -} +} \ No newline at end of file