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 2
2
* Footer of the application.
3
3
*/
4
4
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" >
6
6
< div className = "p-6" >
7
7
Copyright © { new Date ( ) . getFullYear ( ) } Daniel / w3bdesign
8
8
</ div >
Original file line number Diff line number Diff line change 1
1
module . exports = {
2
- content : [ './components/**/*.jsx' , './pages/**/*.js' ] ,
3
- darkMode : false , // or 'media' or 'class'
2
+ content : [ './components/**/*.jsx' , './pages/**/*.js' ] ,
4
3
theme : {
5
4
extend : { } ,
6
5
} ,
You can’t perform that action at this time.
0 commit comments