Skip to content

Commit ec2eb01

Browse files
committed
Update Footer.component.tsx
1 parent 672565c commit ec2eb01

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/components/Footer/Footer.component.tsx

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,11 @@ import React from 'react';
66
* @returns {JSX.Element} - Rendered component
77
*/
88
const Footer = () => (
9-
<footer className="w-full bg-white border-t border-gray-200">
10-
<div className="container flex items-center justify-between px-6 py-3 mx-auto mt-0 md:min-w-96">
9+
<footer className="bg-white border-t border-gray-200">
10+
<div className="container max-w-6xl mx-auto px-6 py-3 flex items-center justify-between">
11+
<div className="flex items-center">
12+
<span className="text-xl font-bold tracking-wide text-gray-800">NETTBUTIKK</span>
13+
</div>
1114
<div className="text-gray-600">
1215
&copy; {new Date().getFullYear()} Daniel / w3bdesign
1316
</div>

0 commit comments

Comments
 (0)