Skip to content

Commit

Permalink
Add w-screen to footer
Browse files Browse the repository at this point in the history
  • Loading branch information
armans-code committed Nov 30, 2024
1 parent 36aa3bd commit b35da53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export default async function RootLayout({
</header>
<div className="pt-[70px]">{children}</div>
</div>
<footer className="fixed bottom-0 flex h-[8px] flex-col items-center justify-between space-y-2 border-t border-gray-400 bg-background px-4 font-sans text-[11px] sm:h-6 sm:flex-row sm:space-y-0">
<footer className="fixed bottom-0 flex h-[8px] w-screen flex-col items-center justify-between space-y-2 border-t border-gray-400 bg-background px-4 font-sans text-[11px] sm:h-6 sm:flex-row sm:space-y-0">
<div className="flex flex-wrap justify-center space-x-2 pt-2 sm:justify-start">
<span className="hover:bg-accent2 hover:underline">Home</span>
<span>|</span>
Expand Down

0 comments on commit b35da53

Please sign in to comment.