fix: padding bot and margin bot
This commit is contained in:
@ -3,7 +3,7 @@ import { NavbarMenu } from '../';
|
|||||||
|
|
||||||
const Navbar = () => {
|
const Navbar = () => {
|
||||||
return (
|
return (
|
||||||
<div className="border-b border-gray-200 pb-5 lg:pb-0 mb-5 lg:mb-5">
|
<div className="border-b border-gray-200 lg:pb-0 py-2 mb-5 mt-3 lg:mt-5">
|
||||||
<Container className="flex flex-wrap justify-between items-center gap-2">
|
<Container className="flex flex-wrap justify-between items-center gap-2">
|
||||||
<NavbarMenu />
|
<NavbarMenu />
|
||||||
</Container>
|
</Container>
|
||||||
|
|||||||
Reference in New Issue
Block a user