Skip to content

Commit

Permalink
Update Footer component styling in Footer.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
SideeID committed Apr 9, 2024
1 parent 4ea4d21 commit e65bcf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/component/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { Link } from 'react-router-dom';

function Footer() {
return (
<footer className='py-2 shadow w-auto bg-gray-900 sticky bottom-0'>
<footer className='shadow w-auto bg-gray-900 mt-5'>
<div className='w-full mx-auto max-w-screen-xl p-5 md:flex md:items-center md:justify-between'>
<p className='text-sm text-center text-gray-400'>
©{new Date().getFullYear()}{' '}
Expand Down

0 comments on commit e65bcf5

Please sign in to comment.