Skip to content

Commit 094f34e

Browse files
minor styling fixes
1 parent 872d9cb commit 094f34e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/footer/FooterWithGame.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ const IconRotator: React.FC = () => {
106106
const 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">

src/components/navbar/NavBar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)