Skip to content

Commit

Permalink
fix:altered buffer
Browse files Browse the repository at this point in the history
  • Loading branch information
numbap committed Jun 29, 2023
1 parent 63ad41e commit 21769fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Menu/Menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export function Menu(props) {
return (
<div
className={`ds-relative ds-w-full ds-bg-[#26374A] ${
demoBuffer && " ds-mb-80"
demoBuffer && " ds-mb-10"
}`}
>
<nav className="sm:ds-container sm:ds-flex ds-items-center ds-justify-between sm:ds-h-[60px]">
Expand Down

0 comments on commit 21769fd

Please sign in to comment.