This repository was archived by the owner on Jan 7, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ interface Props {
99export const ContentContainer : React . FC < Props > = ( { children } ) => {
1010
1111 return (
12- < div className = "flex-1 drawer h-52" >
12+ < div className = "flex-1 drawer h-52 flex-col justify-between " >
1313 < input id = "my-drawer" type = "checkbox" className = "grow drawer-toggle" />
14- < div className = "items-center drawer-content" >
14+ < div className = "items-center drawer-content flex flex-col justify-between " >
1515 { children }
1616 </ div >
1717 { /* SideBar / Drawer */ }
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ import Link from 'next/link';
33import Image from 'next/image' ;
44export const Footer : FC = ( ) => {
55 return (
6- < div className = "relative mb-40 mt-40 " >
7- < footer className = "border-t-2 border-[#141414] bg-black hover:text-white absolute w-full " >
6+ < div className = "flex " >
7+ < footer className = "border-t-2 border-[#141414] bg-black hover:text-white w-screen " >
88 < div className = "ml-12 py-12 mr-12" >
99 < div className = "grid grid-cols-2 md:grid-cols-6 gap-2 md:gap-8 md:space-x-12 relative" >
1010 < div className = 'flex flex-col col-span-2 mx-4 items-center md:items-start' >
You can’t perform that action at this time.
0 commit comments