File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ const IconRotator: React.FC = () => {
106106const FooterWithSnakeGame : React . FC = ( ) => {
107107 const [ hoveredTech , setHoveredTech ] = useState < TechInfo | null > ( null ) ;
108108 return (
109- < footer className = "bg-gradient-to-br from-green-50 to-blue-50 dark:from-gray-900 dark:to-gray-800 p-8 transition-colors duration-200" >
109+ < footer className = "bg-gradient-to-br from-green-50 to-blue-50 dark:from-gray-900 dark:to-gray-800 py-8 md:py-12 transition-colors duration-200" >
110110 < div className = "container mx-auto" >
111111 < div className = "grid grid-cols-1 md:grid-cols-2 gap-12" >
112112 < div className = "flex flex-col gap-2 items-center" >
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ const Navbar: React.FC = () => {
5050 </ nav >
5151
5252 { /* Mobile Navbar Button */ }
53- < nav className = "fixed items-center bottom-4 right-4 z-50 md:hidden flex flex-col space-y-2" >
53+ < nav className = "fixed items-center bottom-10 right-4 z-50 md:hidden flex flex-col space-y-2" >
5454 < DarkModeToggle />
5555 < motion . button
5656 className = "p-2 bg-green-400 dark:bg-gray-900 text-white rounded-full shadow-lg"
You can’t perform that action at this time.
0 commit comments