We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2f790b commit f9ebfccCopy full SHA for f9ebfcc
src/components/navigation/NavigationReact.jsx
@@ -64,7 +64,7 @@ function NavigationReact(props) {
64
65
return (
66
<nav className="border-b-2 z-3 filter bg-white bg-opacity-90 backdrop-blur-xl ">
67
- <div className="flex max-w-screen-xl mx-auto h-14 px-4 xl:px-0 items-center">
+ <div className="flex h-14 items-center max-w-screen-2xl mx-auto px-4 md:px-6">
68
<div className="flex-1">
69
<a className="flex w-fit items-center gap-1 lg:gap-2" href="/">
70
<img
0 commit comments