Skip to content

Commit f9ebfcc

Browse files
Update nav padding
1 parent c2f790b commit f9ebfcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/navigation/NavigationReact.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ function NavigationReact(props) {
6464

6565
return (
6666
<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">
67+
<div className="flex h-14 items-center max-w-screen-2xl mx-auto px-4 md:px-6">
6868
<div className="flex-1">
6969
<a className="flex w-fit items-center gap-1 lg:gap-2" href="/">
7070
<img

0 commit comments

Comments
 (0)