File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 22 * Footer of the application.
33 */
44const 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 © { new Date ( ) . getFullYear ( ) } Daniel / w3bdesign
88 </ div >
Original file line number Diff line number Diff line change 11module . 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 } ,
You can’t perform that action at this time.
0 commit comments