Skip to content

Commit 7387a4a

Browse files
authored
Merge pull request #884 from w3bdesign/883-add-footer-paddingmargin
883 add footer paddingmargin
2 parents 7daf8f1 + 3019c43 commit 7387a4a

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

components/Footer/Footer.component.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Footer of the application.
33
*/
44
const Footer = () => (
5-
<footer className="w-full sm:mt-20 mt-2 sm:bottom-0 px-6 mb-28 sm:mb-2 mx-auto text-center bg-white border border-gray-300 rounded-lg shadow">
5+
<footer className="w-full md:w-11/12 sm:mt-20 mt-2 sm:bottom-0 px-6 mb-28 sm:mb-2 mx-auto text-center bg-white border border-gray-300 rounded-lg shadow">
66
<div className="p-6">
77
Copyright &copy; {new Date().getFullYear()} Daniel / w3bdesign
88
</div>

tailwind.config.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
module.exports = {
2-
content: ['./components/**/*.jsx', './pages/**/*.js'],
3-
darkMode: false, // or 'media' or 'class'
2+
content: ['./components/**/*.jsx', './pages/**/*.js'],
43
theme: {
54
extend: {},
65
},

0 commit comments

Comments
 (0)