We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a42306 commit e823e2aCopy full SHA for e823e2a
web/components/Navbar.tsx
@@ -5,7 +5,7 @@ import Link from "next/link";
5
export function Navbar() {
6
return (
7
<nav className="fixed top-0 left-0 right-0 z-50 px-4 py-4 backdrop-blur-sm flex justify-center">
8
- <div className="w-[80%] transition-all duration-300 bg-gray-900/90 rounded-2xl px-6 py-3">
+ <div className="w-full md:w-[80%] transition-all duration-300 bg-gray-900/90 rounded-2xl px-6 py-3">
9
<div className="flex items-center justify-between">
10
<div className="flex items-center space-x-3">
11
<div className="p-2 bg-gray-800/50 rounded-xl">
0 commit comments