Skip to content

Commit 193d81d

Browse files
committed
feat: Add spacing to footer elements
Improves footer readability by adding vertical spacing between elements. This enhances the visual hierarchy and makes the footer more aesthetically pleasing.
1 parent 486b13a commit 193d81d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Components/Footer.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import React from 'react';
33

44
export const Footer = () => {
55
return (
6-
<footer className='text-white py-3'>
6+
<footer className='text-white py-3 space-y-1'>
77
<div className='text-center'>
88
Copyright &copy; MyTodoList.
99
</div>

0 commit comments

Comments
 (0)