Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1a8c785

Browse files
committed
add Navbar/Footer padding
1 parent d2e9b4e commit 1a8c785

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/components/Footer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const inspiration = [
4040
export const Footer = () => {
4141
return (
4242
<footer>
43-
<DaisyFooter className='bg-black'>
43+
<DaisyFooter className='bg-black p-6'>
4444
<div>
4545
<Title title='Dev Resources' />
4646
<Links links={devResources} />

app/components/Header.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export const Header = () => {
1111

1212
return (
1313
<header>
14-
<Navbar className='bg-black'>
14+
<Navbar className='bg-black p-6'>
1515
<Navbar.Start>
1616
<div className='w-36'>
1717
<SavageLogo />

0 commit comments

Comments
 (0)